On Sun, 27 Mar 2005 20:28:42 +0800, Manish Sapariya <[EMAIL PROTECTED]> wrote:

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>




Reply via email to