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

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,