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
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