B.4. Extending Perl's Functionality
One of the most common pieces of good advice heard in the Perl
discussion forums is that you shouldn't reinvent the wheel.
Other folks have written code that you can put to use. The most
frequent way to add to what
Perl can do is by using a library or
module. Many of these come with Perl, while others are available from
CPAN. Of course, you can even write your own libraries and modules.
 |  |  | B.3. Packages |  | B.5. Some Important Modules |
Copyright © 2002 O'Reilly & Associates. All rights reserved.
|