Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21fe1e3bb3d1709

Jump to content

Perl Programming Documentation

From Wikipedia, the free encyclopedia
(Redirected from Perldoc)

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

[edit]
  • Outline of Perl overview of and topical guide to the Perl programming language
  • Raku Perl 5's sister language
  • 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.
  • RTFM Internet slang for "Read the Frickin' Manual"
[edit]