Validation question

2001-07-18 Thread Customer Service
Thanks a bunch for everyone’s input; I didn’t have to wait long at all to receive an answer from all of you knowledgeable [] people. A few questions: What smtp server software would you recommend I use to send email? I have win98se, apache, activestate_perl. How do I use

Re: FW: Validation question

2001-07-17 Thread Akshay Arora
to get the form data you can just use CGI's param('key') command use CGI; $cgi = CGI; $value = $cgi->param('key'); as for Mail, there are lots of options. I've been partial towards MIME::Lite, but I know others will give you more example. Look into the Net package (Net::Mail perhaps?) -Akshay

Re: Validation question

2001-07-17 Thread Pierre Smolarek
http://www.indigostar.com/sendmail.htm - Original Message - From: "Customer Service" <[EMAIL PROTECTED]> To: "Perl Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 1:22 PM Subject: FW: Validation question > > Thanks a bunch for e

Re: Validation question

2001-07-17 Thread Pierre Smolarek
"Perl Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 1:22 PM Subject: FW: Validation question > > Thanks a bunch for everyone's input; I didn't have to wait long at all > to receive an answer from all of you knowledgeable people. A few questions: &g

FW: Validation question

2001-07-17 Thread Customer Service
Thanks a bunch for everyone’s input; I didn’t have to wait long at all to receive an answer from all of you knowledgeable people. A few questions: What smtp server software would you recommend I use to send email to myself (localhost)? I have win98se, apache, activestate_perl. And,