[EMAIL PROTECTED] wrote:

> Great, I got the use lib to work but where is the directory for these
> modules you mentioned (on linux):
> 
>> No you wouldn't not if you install it via cpan (IE it's in a standard
>> directory already in @INC)
>> Same with any other module, Net::SMTP, Mail::Sender,
> 
> I did a find but it did not find it. find / -name Mail.pm -print

a better way to find that will be:

[panda]$ perl -MNet::SMTP -le 'print $INC{"Net/SMTP.pm"}'
/usr/lib/perl5/5.8.0/Net/SMTP.pm
[panda]$

david
-- 
$_=q,015001450154015401570040016701570162015401440041,,*,=*|=*_,split+local$";
map{~$_&1&&{$,<<=1,[EMAIL PROTECTED]||3])=>~}}0..s~.~~g-1;*_=*#,

goto=>print+eval

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

Reply via email to