How to install modules in perl
by kalai[ Edit ] 2009-08-12 15:53:24
Install perl modules for windows users
If you are using Activeperl, you can install modules either by using CPAN or by using PPM
List of all the modules will be available at http://www.cpan.org/modules/by-category/ , you can download modules and
unzip the modules and place the module in perl/lib/ folder and run makefile.pl, modules will be installed for use
Perl modules installation using PPM
run the below command
Perlin>ppm-shell.bat
I will change the command prompt as
PPM>
Here you type the required module name to be installed
PPM>install CGI
Now CGI module will be installed