-- Perl 5.8.6 documentation --
Perl 5.8.6 documentation

Contents

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

What's new?

16 January 2005 - Perl code examples now have syntax highlighting, e.g.

#! /usr/bin/perl

use strict;
use warnings;

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

Site features

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.

Customising the 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

The complete documentation archive (in HTML and PDF) is available to download for off-line use at http://perldoc.perldrunks.org/perldoc.tar.gz (14Mb file).

 
-- perldoc.perldrunks.org --