perl - 5 ways cpan module installation
Method 1:(Manual Installation From cpan.org)
use wget or manual search from metacpan.org
and get the package download path and use with wget or download manually.
Extract it as described below,
tar -xzvf XML-Simple-2.25.tar.gz
cd XML-Simple-2.25
perl Makefile.PL->make->make test ->make install
Labels: cpan installation, kaavannan perl blogspot, perl module installation