Perl programming on MPE/iX - April 2002

Solution Symposium Page 37April 4, 2002
comprehensive perl archive network (cpan)
http://www.cpan.org/
a vast collection of free Perl modules
over 3000 modules of cool stuff
mirrored at more than 175 sites around the world
typical installation process for a CPAN module:
perl Makefile.PL
make
make test
make install