[No delete option available, submitter has been blocked - EP]
Nowadays It will be very difficult to install Perl modules to our system. We need to follow certain recursive steps for each and all of its dependent modules.
This is an automated script developed in Perl to install Perl modules and all of its dependent modules with in a single step.
Released under License: GNU General Public License (GPL)
Download the script from
http://sourceforge.net/projects/moduleperl/
or
[url deleted]
Syntax:
perl installer module1 module2 etc
or
chmod 755 installer
./installer module1 module2 etc
Example:
perl installer SOAP::Parser Authen::NTLM::HTTP
or
./installer SOAP::Parser Authen::NTLM::HTTP
Note: Always run as a root user
Developed By Geo Varghese [url deleted]