On Thu, Jun 12, 2008 at 10:22 PM, mani kandan <[EMAIL PROTECTED]> wrote: > Dear gurus > > I have to write a program with configuration file *.CFG, i came to know have > to use pointers > > I am new to pointer in perl can i get some tips about pointers in perl, where > can i get study materials and sample files.
Hello, Perl doesn't have so features called pointers as C's. Perl uses reference. see `perldoc perlref` for details, or this page: http://perldoc.perl.org/perlref.html -- Jeff Peng - [EMAIL PROTECTED] Professional Squid supports in China http://www.ChinaSquid.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/