On Tue, 23 Jul 2002, Manya wrote:

> 
> > Have you installed Net::SMTP, it comes as a part of libnet package.
> > If you have installed it check that the install directory is a
> > part of the @INC array.
> >
> 
> How to check if a module is installed or not ?

If you are getting an error like 'Can't locate NET/SMTP.pm....' that means
that the module is not installed or installed in a directory that perl is
not searching in. 

perl -e 'print "@INC\n"'

This will give you the list of dirs that perl searches in. You can start 
your search here. If it is not installed download and install libnet from 
here
http://search.cpan.org/search?dist=libnet 



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

Reply via email to