Standard Perl

Contents:

Library Science
Tour of the Perl Library

The standard Perl distribution contains much more than just the perl executable that executes your scripts. It also includes hundreds of modules filled with reusable code. Because the standard modules are available everywhere, if you use one of them in your program, you can run your program anywhere Perl is installed, without any extra installation steps.

Library Science

Before we enumerate these modules in the following chapters, let's review a bit of the terminology we've been splattering about.