Tags: missing

How to check and install missing perl modules

Technology Send feedback »
Check if module is installed. Errors mean missing module.# perl -MModule::Name -e 1 See documentation of the module if installed. # perldoc Module::NameOpen CPAN shell: # perl -MCPAN -e shellTo reconfigure the shell if needed. cpan&gt… more »