Perl: Difference between revisions

From RoggeWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== Perl ==
== Perl ==


Perldoc  
=== 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
CPAN Comprehensive Perl Archive Network

Revision as of 13:08, 14 June 2016

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


Links