Perl
Jump to navigation
Jump to search
Perl
Perldoc
Perl has a culture of useful documentation. The perldoc utility is part of every complete Perl installation.
Use perldoc to read the documentation. Start with perldoc perltoc,perldoc perlfaq or perldoc perldoc. Perl uses a documentation format called POD, which is short for Plain Old Documentation. perldoc perlpod describes how POD works.
CPAN Comprehensive Perl Archive Network
The CPAN is an uploading and mirroring system for redistributeable, reusable Perl code.