Perl Tutorial

 

Table of Contents

More Perl Resources

ASPN, the ActiveState Programmer Network

ASPN, the ActiveState Programmer Network, provides extensive resources for Perl programmers:

  • Free downloads of ActivePerl, ActiveState's Perl distribution
  • Searchable Perl documentation
  • Trial versions of Perl tools, like the Perl Dev Kit and Visual Perl
  • The Rx Cookbook, a collaborative library of regular expressions for Perl
Top

Documentation

There is a wealth of documentation available for Perl. The first source for language documentation is the Perl distribution installed on your system. To access the documentation contained in the Perl distribution, use the following commands:

  • Open the Run Command dialog box (Tools|Run Command), and then type perldoc perldoc. A description of the "perldoc" command will be displayed on your screen. Perldoc is used to navigate the documentation contained in your Perl distribution.
Top

Tutorials and Reference Sites

There are many Perl tutorials and beginner Perl sites on the Internet, such as:


Top Previous Home