Monday, October 17, 2016

Install Perl Modules

perl -e 'use FileHandle; print $FileHandle::VERSION."\n"'


perl -MCPAN -e shell

cpan shell -- CPAN exploration and modules installation (v1.960001)
Enter 'h' for help.

cpan>  install Text::CSV


If MCPAN returns can't find cpan, then as root
yum install perl-CPAN







No comments:

Post a Comment