2.2 How Is CPAN Organized?CPAN materials are grouped into categories, including Perl modules, distributions, documentation, announcements, ports, scripts, and contributing authors. Each category is linked to related categories. For example, links to a graphing module written by an author appear in both the module and the author areas. Since CPAN provides the same offerings worldwide, the directory structure has been standardized; files are located in the same place in the directory hierarchy at all CPAN sites. All CPAN sites use CPAN as the root directory, from which the user can select a specific Perl item. From the CPAN directory you have the following choices:
To get the current Perl distribution, click on latest.tar.gz . For ports to other systems, click on ports . The modules link is the one you want if you're looking for a Perl module - from there you can get a full list of the modules, or you can access the modules directly by author, by CPAN category, or by module. ( Section 2.4, "Getting and Installing Modules " later in this chapter talks about installing modules.) Click on doc for Perl documentation, FAQs, etc. ![]() Copyright © 2001 O'Reilly & Associates. All rights reserved. |
|