Perl Programming Documentation: Difference between revisions
Appearance
Content deleted Content added
→See also: cap |
move link to external links section |
||
Line 8: | Line 8: | ||
* [[Perl 6]] – Perl 5's baby sister |
* [[Perl 6]] – Perl 5's baby sister |
||
* [[man page]] – form of software documentation usually found on a Unix or Unix-like operating system, invoked by issuing the man command. Perl documentation is sometimes available as man pages. |
* [[man page]] – form of software documentation usually found on a Unix or Unix-like operating system, invoked by issuing the man command. Perl documentation is sometimes available as man pages. |
||
⚫ | |||
* [[PerlMonks]] – community website covering all aspects of Perl programming and other related topics such as web applications and system administration. Includes forums where perl users may seek answers to their questions. |
* [[PerlMonks]] – community website covering all aspects of Perl programming and other related topics such as web applications and system administration. Includes forums where perl users may seek answers to their questions. |
||
* [[RTFM]] – Internet slang for "Read the Frickin' Manual" |
* [[RTFM]] – Internet slang for "Read the Frickin' Manual" |
||
Line 14: | Line 13: | ||
== External links == |
== External links == |
||
* [http://perldoc.perl.org/index.html Official documentation for Perl 5] – displays the documentation, and also includes links to download the html and pdf files for off-line use. |
* [http://perldoc.perl.org/index.html Official documentation for Perl 5] – displays the documentation, and also includes links to download the html and pdf files for off-line use. |
||
** [http://perldoc.perl.org/perldoc.html The perldoc help page] |
|||
⚫ | |||
* [https://docs.perl6.org/ Official documentation for Perl 6] |
* [https://docs.perl6.org/ Official documentation for Perl 6] |
||
Revision as of 19:04, 16 October 2016
Perl Programming Documentation, also called perldoc, is the name of the user manual for the Perl 5 programming language. It is available in several different formats, including online in HTML and PDF. The documentation is bundled with Perl in its own format, known as Plain Old Documentation (pod). Some distributions, such as Strawberry Perl, include the documentation in HTML, PDF, and pod formats.
perldoc is also the name of the Perl command that provides "access to all the documentation that comes with Perl", from the command line.
See also
- Outline of Perl – overview of and topical guide to the Perl programming language
- Perl 6 – Perl 5's baby sister
- man page – form of software documentation usually found on a Unix or Unix-like operating system, invoked by issuing the man command. Perl documentation is sometimes available as man pages.
- PerlMonks – community website covering all aspects of Perl programming and other related topics such as web applications and system administration. Includes forums where perl users may seek answers to their questions.
- RTFM – Internet slang for "Read the Frickin' Manual"
External links
- Official documentation for Perl 5 – displays the documentation, and also includes links to download the html and pdf files for off-line use.
- Perl documentation documentation – documentation about perl's documentation
- Official documentation for Perl 6