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 used a documentation format called POD, which is short for Plain Old Documentation. perldoc perlpod describes how POD works.
CPAN Comprehensive Perl Archive Network