PERL Module Installation Script

You can install and uninstall any number of modules in a single command. Also all dependent modules of these modules installed simultaneously.

Free automated perl module installation script to install and delete any number of perl modules with a single command.

Download

perlmod.v.1.2.0.zip

Installation

Type this command line:

mv perlmod.v.1.2.zip /tmp/perlmod.v.1.2.zip

cd /tmp/perlmod.v.1.2.zip

unzip perlmod.v.1.2.zip

cd perlmod

chmod 655 installer

Debian/Ubuntu

sudo ./installer

Red Hat / CentOS

./installer

Note: Always run as a root user

Syntax:

perlmod [options] [module1] [module2] …

Options:

-i, install, –install          => Install perl modules automatically

-d, delete, –delete        => Uninstall perl modules from the system

-f, file, –file                  => Print all files related to a module

-h, help, –help              => Print help about perlmod

-l, list, –list                   => List all perl modules installed in system

-m, module, –module    => List version of module installed in system

-c, cpan, –cpan            => Search for a perl module in cpan.org

-s, search, –search      => Search for a perl module installed in system

-v, version, –version     => Shows perlmod version

Example:

install               => perlmod -i Date::Calc Authen::NTLM::HTTP

uninstall             => perlmod -d Date::Calc

module files          => perlmod -f Date::Calc

module details        => perlmod -m Date::Calc

list all modules      => perlmod -l

search in cpan.org    => perlmod -c Date::Calc

search for a module   => perlmod -s Date::Calc

perlmod help          => perlmod -h

perlmod version       => perlmod -v

Developed By Geo Varghese (http://www.seofreetools.net/)