Forum Navigation
You need to log in to create posts and topics.

Manage CPAN Modules

Install CPAN package on CentOS / Redhat 7.x

yum install perl-CPAN

Execute CPAN Shell

perl -MCPAN -e shell

Install Cpan Module from the command line

/usr/bin/perl -MCPAN -e ‘install Spreadsheet::ParseExcel’