google pagerank checker script Free Alexa Rank Checker Script

Seofreetools.net! Internet Directory
Free and Paid Directory

Add your site to directory.seofreetools.net to get quality backlinks to your site.

free and paid web directory

To bring your site on top 10 search engine results.


Searach Engine Optimization Tools
Home :: Scripts :: PERL Module Installation Script
 
Free PERL Module Installation Script
PERL Module Installation Script

We 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.

If PERL Module Installation Script is not working , please conatct us.

Download

perlmoduleinstaller.v.3.1.0.zip

perlmoduleinstaller.v.3.1.0.tar.gz

Installation

a) chmod 655 installer

b) ./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 SOAP::Parser 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/)