http://www.perlmonks.org?node_id=879401


in reply to how to determine whether a module is installed or not?

A command line option

perl -MModule::Name -e l

If the "Module::Name" installed it doesn't show the error. Otherwise it shows the error.