From: <[EMAIL PROTECTED]> To: <beginners@perl.org> Sent: Saturday, October 01, 2005 15:27 PM Subject: how to check the particular perl module is installed or not on unix machine...............
> > Hi > > Perlers........... > Could u plz help me how to check in unis machine whether a particular perl > module is installed on unix machine or not > > Mayank Ahuja Use the following command: perl -MModuleName -e1 If the module is not installed, it will tell you. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>