How to get help for perl?



How to get help for perl?..

Answer / Amir Khan

"perldoc perlfunc" or "perldoc perlsyn" gives detailed information about Perl functions and syntax respectively. For general help, you can use "perldoc perl".

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

How can arrays be tied?

1 Answers  


Explain lists in perl?

1 Answers  


How to read a file into a hash array?

1 Answers  


Explain goto expr?

1 Answers  


Show the use of sockets for the server and client side of a conversation?

1 Answers  


How to merge two arrays in perl?

1 Answers  


What are the various perl data types based on the context?

1 Answers  


What is the use of '>>' in perl?

1 Answers  


Explain lexical variables.

1 Answers  


How to do comment in perl?

1 Answers  


What are the advantages of c over Perl?

1 Answers  


what is the function of Return Value?

1 Answers  


Categories