Perl programming on MPE/iX - February 2001
February 9, 2001
Solution Symposium
Page 29
hp e3000
perl
programming
comprehensive perl archive network
(cpan)
• http://www.cpan.org/
• a vast collection of free Perl modules
• ~800 megabytes total as of July 2000
• mirrored at more than 100 sites around the world
• typical installation process for a CPAN module:
• perl Makefile.PL
• make
• make test
• make install