-
Check if module is installed. Errors mean missing module.
# perl -MModule::Name -e 1See documentation of the module if installed.
# perldoc Module::NameOpen CPAN shell:
# perl -MCPAN -e shellTo reconfigure the shell if needed.
cpan>o conf initInstall an available module.
cpan> install Module::NameForce install if test fails.
cpan> force install Module::NameTo manual install perl modules.
# perl Makefile.PL # make # make test # make install
Useful stuff, thanks
Useful stuff, thanks
Net::Telnet
THANKS a LOT