Having trouble installing MIME::Lite module
am 06.07.2006 22:25:29 von macik81I have Perl installed on my Windows PC and I am trying to install
module MIME::Lite. I run the command "perl -MCPAN -e "install
'MIME::Lite'"" and I don't get any errors but I do get the following
warning:
Warning: PERL_LIB (D:\Perl\perl\lib) seems not to be a perl library
directory
(Exporter.pm not found) at D:/Perl/lib/ExtUtils/MM_Unix.pm line
1713.
Have D:\Perl\lib\Config.pm expected D:\Perl\perl\lib\Config.pm
So, I think the module has been installed correclty, since no errors.
When I run the command "perl -MMIME::Lite -e "print"" to see if it is
installed, nothing shows up. And when I try to run my perl script it
complians:
Can't locate MIM/Lite.pm in @INC (@INC contains: D:/Perl/lib
D:/Perl/site/lib .)
at mymailexample.pl line 2.
BEGIN failed--compilation aborted at mymailexample.pl line 2.
Any ideas?