in reply to Re: Sending mail with attachment in Perl
in thread Sending mail with attachment in Perl

I am using MIME::Lite but I get this error. "Can't locate MIME/Lite.pm in @INC"
  • Comment on Re^2: Sending mail with attachment in Perl

Replies are listed 'Best First'.
Re^3: Sending mail with attachment in Perl
by hsinclai (Deacon) on Oct 16, 2004 at 18:09 UTC
Re^3: Sending mail with attachment in Perl
by pingo (Hermit) on Oct 16, 2004 at 18:06 UTC
    Then you should install it, no? Alternatively, if you already have it installed but in a non-standard directory, you should do a "use lib '/somepath';".