This is an excerpt from the latest version perlfaq2.pod, which
comes with the standard Perl distribution. These postings aim to
reduce the number of repeated questions as well as allow the community
to review and update the answers. The latest version of the complete
perlfaq is at
http://faq.perl.org .
--------------------------------------------------------------------
2.8: Where can I get information on Perl?
The complete Perl documentation is available with the Perl distribution.
If you have Perl installed locally, you probably have the documentation
installed as well: type "man perl" if you're on a system resembling
Unix. This will lead you to other important man pages, including how to
set your $MANPATH. If you're not on a Unix system, access to the
documentation will be different; for example, documentation might only
be in HTML format. All proper perl installations have fully-accessible
documentation.
You might also try "perldoc perl" in case your system doesn't have a
proper man command, or it's been misinstalled. If that doesn't work, try
looking in /usr/local/lib/perl5/pod for documentation.