The Perl Directory at Perl.org http://www.perl.org/
CPAN http://search.cpan.org/
The Perl Directory: Online Documentation http://www.perl.org/docs.html
Perl 5.10.0 documentation http://perldoc.perl.org/perl.html
Core Modules http://perldoc.perl.org/index-modules-A.html
A brief introduction http://perldoc.perl.org/perlintro.html
Tutorials http://perldoc.perl.org/index-tutorials.html
Module Documentation
Perl modules come with their own documentation. On UNIX systems, you can access the documentation with theperldoc
command.
For example, to get the documentation for IO::File, enter perldoc IO::File
from your command prompt.
- Module documentation is also available at search.cpan.org
The Perl FAQ
Perl FAQs are available as part of your perl distribution with the perldoc perlfaq
command.
- Read FAQs online at faq.perl.org