RE: code question? (2) P.S. (fwd)

2002-09-11 Thread greeniize
Hi, This is my follow up message . . . Thanks, David -- Forwarded message -- Date: Wed, 11 Sep 2002 23:32:07 -0700 (Pacific Daylight Time) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: code question? (2) P.S. Hi, Oops . . . the test I listed in my previous messag

RE: code question? (2) (fwd)

2002-09-11 Thread greeniize
Hi, Thought I'd forward this message to this list, in case someone here had a helpful suggestion? Thanks! David -- Forwarded message -- Date: Wed, 11 Sep 2002 21:53:38 -0700 (Pacific Daylight Time) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: code question? (2) H

Re: Net::SMTP / HTML

2002-09-11 Thread Sven Bentlage
Ok, managed to do it myself, using MIME::Lite. :) On Donnerstag, September 12, 2002, at 04:18 Uhr, Sven Bentlage wrote: > Hi everyone! > I am using the Net::SMTP module to send some confirmation emails. > Until now I sent just plain text emails, but now I'd like to "produce" > a html mail. >

Net::SMTP / HTML

2002-09-11 Thread Sven Bentlage
Hi everyone! I am using the Net::SMTP module to send some confirmation emails. Until now I sent just plain text emails, but now I'd like to "produce" a html mail. Both email clients I tested (mail.app / Outlook Express 6) only display the source code. Could anybody give me a hint, where to look

Re: code question

2002-09-11 Thread Tony
David, Should be Simply Change & to ; and put quotes around the two javascript function calls. It's proper javascript to end a function call with a colon. Tony - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 2:19 PM Subject

RE: uninitialized values

2002-09-11 Thread Camilo Gonzalez
I'm kinda a stupid moronic idiot, but it seems to me you're calling a variable out of its scope. Try declaring it globally. If it doesn't work use sarcasm on me -Original Message- From: t [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:26 PM To: [EMAIL PROTECTED] Subject

uninitialized values

2002-09-11 Thread t
Hello:) in my script my values come from my html form. I define them with: my $OptOut = $q->param( "OptOut" ); BUT, when i try to get them to print in the e-mail, i get the uninitialized value error "Use of uninitialized value at /cgi-bin/newreg.cgi line 316." (thE FOLLOWING STARTS WITH line