Perl
http://www.perlfoundation.org/CPAN - Comprehensive Perl Archive Network
http://www.cpan.org/CPAN Module Install
To install extra perl modules search for the perl module you want then download it, untar it and (make) install it.$ tar zxvf <module> $ cd <module> $ perl Makefile.PL $ make $ make test
You probably have to su to root to install
$ su - # make install
REFERRERS
SystemServices
WebMin
There are no comments on this page. [Add comment]