skazat has asked for the wisdom of the Perl Monks concerning the following question:
If I do this:
require MIME::Lite; $MIME::Lite::PARANOID = 1;
because in the docs I read this:
$MIME::Lite::PARANOID If true, we won't attempt to use MIME::Base64, MIME::QuotedPri +nt, or MIME::Types, even if they're available. Default is false.
Because I'm concerned that I don't have MIME::Base64, MIME::QuotedPrint and friends, and I still get an error that says:
Can't locate MIME/Types.pm in @INC (@INC contains: ../ . ../../ ./ ./M +OJO /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6 +.0 /usr/lib/perl5/site_perl) at (eval 27) line 3.
What is one to do? As far as I know, I'm using the module correctly, is there some difference in its behavior if I use it or require it?
-justin simoni
!skazat!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MIME::Lite not respecting my decisions
by rjray (Chaplain) on Mar 04, 2002 at 22:04 UTC | |
|
Re: MIME::Lite not respecting my decisions
by Zaxo (Archbishop) on Mar 04, 2002 at 22:50 UTC | |
by skazat (Chaplain) on Mar 05, 2002 at 03:04 UTC | |
by Zaxo (Archbishop) on Mar 05, 2002 at 07:26 UTC | |
|
Re: MIME::Lite not respecting my decisions
by Ido (Hermit) on Mar 04, 2002 at 22:12 UTC |