Ask a Question related to PERL Modules, Design and Development.
-
macik81@hotmail.com #1
Having trouble installing MIME::Lite module
I 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?
macik81@hotmail.com Guest
-
MIME::Lite 3.01 in CGI script doing nothing
comp.lang.perl.modules: I am running: <CVSENV>root@d3020g:~/d3020g# perl -v This is perl, v5.6.1 built for i386-linux ... ... -
MIME::LITE trouble - please guide me
As you can see below, there are 3 recipients for this email using MIME::Lite. When the recipients get the email, not only his or her own email... -
mime::lite trouble - Please guide me..
I am currently testing the code below: ------------------------------------------------------------------------ use MIME::Lite; use Net::SMTP; ... -
When use MIME::Lite module the attachment clip sign not shownfor attachments
On Fri, 29 Aug 2003 04:28:28 GMT "William Alexander Segraves" <wsegrave@mindspring.com> wrote: Yes and no. The MIME::Lite module allows you to... -
When use MIME::Lite module the attachment clip sign not shown for attachments
G'day. How can we show the attachment clip sign in receiver's inbox?. Currently the receiver actually receive the attchment, but it won't show up... -
Mumia W. #2
Re: Having trouble installing MIME::Lite module
[email]macik81@hotmail.com[/email] wrote:
Yes, MIM â‰* MIME.> [...]
> 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?
>
Mumia W. Guest
-
John Bokma #3
Re: Having trouble installing MIME::Lite module
[email]macik81@hotmail.com[/email] wrote:
For ActivePerl:> I have Perl installed on my Windows PC and I am trying to install
> module MIME::Lite. I run the command "perl -MCPAN -e "install
ppm install MIME-Lite
See: [url]http://johnbokma.com/perl/cpan-modules-installed.html[/url]
--
John Bokma Freelance software developer
&
Experienced Perl programmer: [url]http://castleamber.com/[/url]
John Bokma Guest



Reply With Quote

