[Perl-unix-users] Can't find string terminator "*END*" anywhere before EOF

2002-09-01 Thread SuccessInMind
Hi, The script below using Mail::Sender to send a Multipart attachement produce the following Debug error: #=myscript.cgi== use CGI::Debug; use Mail::Sender; $sender->OpenMultipart({to => '[EMAIL PROTECTED]', subject => My ZIP File'}); $sender->Body({ msg => <<'*END*' }); Here is a

RE: [Perl-unix-users] Can't find string terminator "*END*" anywhere before EOF

2002-09-01 Thread Craig B. Nakata
Normand, Looks like there's a quote missing on the subject line. Craig > -Original Message- > From: [EMAIL PROTECTED] [mailto:perl-unix- > [EMAIL PROTECTED]] On Behalf Of SuccessInMind > Sent: Sunday, September 01, 2002 12:26 PM > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] Can't

Re: [Perl-unix-users] Can't find string terminator "*END*" anywherebefore EOF

2002-09-01 Thread $Bill Luebkert
Craig B. Nakata wrote: > Normand, > > Looks like there's a quote missing on the subject line. And a missing new Mail::Sender() line. -- ,-/- __ _ _ $Bill Luebkert ICQ=162126130 (_/ / )// // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // //

RE: [Perl-unix-users] Can't find string terminator "*END*" anywhere before EOF

2002-09-01 Thread SuccessInMind
Added the missing quote which was a translation typo into the e-mail and the apparently missing $sender = new Mail::Sender line but I still get the same error message as below. Here is where I got the example: Under Multipart message with attachment 3/4 down the page. http://search.cpan.org/auth

Re: [Perl-unix-users] Can't find string terminator "*END*" anywherebefore EOF

2002-09-01 Thread $Bill Luebkert
SuccessInMind wrote: > Added the missing quote which was a translation typo into the e-mail and the > apparently missing > $sender = new Mail::Sender line but I still get the same error message as > below. Check and make sure you have no whispace before or after the *END*. It has to be flush lef