Perl

From RoggeWiki
Revision as of 11:23, 15 June 2016 by Tom (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.


Links