Perl :: Installing CPAN modules the easy way
by Tinuva on May.22, 2009, under Linux
This is really simple, however someone might need to know just how to do it directly in the future.
Command: (to install lets say SNMP::Extension::PassPersist)
perl -MCPAN -e ‘install SNMP::Extension::PassPersist’
May 22nd, 2009 on 1:02 pm
cpan -i SNMP::Extension::PassPersist