Hi list,
Hi
How do I know whether a given module is installed on machine or not?
perl -MModule::Name -e 'print "it is installed\n";'
or it's simpler variant
perl -MModule::Name -e1
Hth -- Edward WIJAYA Singapore
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>