Edward Wijaya wrote:
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

or even

perldoc -l Module::Name



--
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