Wednesday, May 22, 2013

Install Perl CPAN Modules using CPANM

Did you know that you can install Perl CPAN Modules easily using the cpanm command?

CPANM is also known as cpanminus, it is a script to get, unpack, build and install modules from CPAN and does nothing else.

Usage:



You can install the cpanm package by downloading the module via cpan. Click here to download it or use wget.

Follow the command below: