Perl programming on mMPE/iX - August 2001

HP World Page 36August 21, 2001
comprehensive perl archive network (cpan)
http://www.cpan.org/
a vast collection of free Perl modules
over 2200 modules and 850 megabytes of cool stuff
mirrored at more than 100 sites around the world
typical installation process for a CPAN module:
perl Makefile.PL
make
make test
make install