Thanks a bunch for everyones input; I didnt 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
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
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
"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
Thanks a bunch for everyones input; I didnt 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,