Where do you go for perl help?

Showing Answers 1 - 8 of 8 Answers

Manjusha1

  • May 17th, 2006
 

Refer perldoc. On the command line give perldoc command with various options like e.g.-f function name for function help etc.--Manjusha

  Was this answer useful?  Yes

Name

  • May 21st, 2006
 

I use search.cpan.org or the several Perl books from O'Reily. They are also available online through O'Reily's Safari service and older versions are published as the PERL Bookshelf.

  Was this answer useful?  Yes

madhu

  • Nov 17th, 2006
 

hi,

You can use the command

-> perldoc -f function name

Ex: perldoc -f print

  Was this answer useful?  Yes

marisaravanan

  • Jan 12th, 2007
 

hi!

 perldoc is best help to perl.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions