On Friday, July 5, 2002, at 09:17 , John Almberg wrote:

> What's an easy way to tell if a particular module is installed on my 
> server?
> I'm sure I read this somewhere, but can't find it. Thanks!
>
> -- John

[jeeves:~] drieux% perl -MFoo::Bob -e 'use Foo::Bob'
Can't locate Foo/Bob.pm in @INC (@INC contains: 
/System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin 
/Library/Perl /Library/Perl /Network/Library/Perl/darwin /Network/Library/
Perl /Network/Library/Perl .).
BEGIN failed--compilation aborted.
[jeeves:~] drieux% perl -MNet::SMTP -e 'use Net::SMTP'
[jeeves:~] drieux%


looks like I do have Net::SMTP, but for
some reason the Foo::Bob module is not
in any of the standard libraries....

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to