start page | rating of books | rating of authors | reviews | copyrights

Learning Perl

Learning PerlSearch this book
Previous: B.2 Standard Modules Appendix B
Libraries and Modules
Next: C. Networking Clients
 

B.3 CPAN: Beyond the Standard Library

If you don't find an entry in the standard library that fits your needs, it's still quite possible that someone has written code that will be useful to you. There are many superb library modules that are not included in the standard distribution, for various practical, political, and pathetic reasons. To find out what is available, you can look at the Comprehensive Perl Archive Network (CPAN). See the discussion of CPAN in the Preface .

Here are the major categories of modules available from CPAN:


Previous: B.2 Standard Modules Learning Perl Next: C. Networking Clients
B.2 Standard Modules Book Index C. Networking Clients