-- Perl 5.8.6 documentation --
Perl version 5.8.6 documentation

Contents

This site contains the core documentation for Perl version 5.8.6, in both HTML and PDF formats.

The complete documentation set may also be downloaded for off-line viewing.

Site features

Highlighting and linking of code examples

Perl code examples feature syntax highlighting and linking of function / module names to their respective documentation pages, e.g.

#! /usr/bin/perl

use strict;
use warnings;

my $greeting = "Hello, World!";
print $greeting,"\n";  # Say hello

Labels

Any document on this site may be labeled by selecting the "Add this page" link in the Labels sidebar at the top right corner of the page.

Adding a label creates a link to the document in the Labels sidebar, allowing frequently used pages to be accessed with one click from anywhere in the site.

Customisable display

Both the labels and navigation sidebars may be hidden by clicking the relevant close () icons at the top of the page.

The sidebar settings and label details are stored in a cookie on your browser so they will be preserved whenever you visit the site from the same computer.

Downloads

Full version - contains HTML and PDF files

http://perldoc.perl.org/perldoc.tar.gz (15Mb download).

Lite version - contains HTML files only

http://perldoc.perl.org/perldoc-html.tar.gz (3Mb download).