getting information about a built in function
( categories: getting help )Use perldoc:
perldoc -f function
Example:
read module documentation
( categories: getting help | perl modules )There are 2 ways to get the information:
Solution 1:
perldoc module
Example: perldoc CGI
Solution 2:
man module
Example: man Mail::Send
