| CPAN Shell |
|
|
|
|
A quick way to install Perl modules is by using the CPAN shell. I recently needed to force an installation and it took some looking to find how to best accomplish it.
To install a module with the CPAN shell (for example; the SSH module I needed):
% perl -MCPAN -e 'install Net::SSH::Perl' |


