( categories: getting help | perl modules )
-- READ MODULE DOCUMENTATION
There are 2 ways to get the information:
perldoc module
Example: perldoc CGI
or
man module
Example: man Mail::Send
-- READ SOURCE CODE
If you want to have a look at both the documentation and source code of a module, run the following:
perldoc -m module
Example: perldoc -m IO::Dir
-- SHOW THE PATH WHERE A MODULE IS INSTALLED
perldoc -l module
Example: perldoc -l Catalyst





