in reply to how to determine whether a module is installed or not?
A command line option
perl -MModule::Name -e l [download]
If the "Module::Name" installed it doesn't show the error. Otherwise it shows the error.