Re: FormMail within a CGI Script

[email protected] ((Randal L. Schwartz)) Sat, 20 Sep 2008 13:37:24 -0700
Newsgroups perl.beginners.cgi
Organization Stonehenge Consulting Services; Portland, Oregon, USA
Message-ID <[email protected]>
>>>>> "Mike" == Mike Flannigan <[email protected]> writes:

This is Perl...

Mike> sub redirectmail {
Mike> print header,
Mike>    start_html('Mail Info'),
Mike>        h1('Mail Info'),

But this isn't...

Mike>        <FORM
Mike> ACTION="http://somewebhost/forms?login=myusername&to=myaddress&confirm=confirmed.html&error=error.html"
Mike> METHOD="POST">,
Mike>         <INPUT NAME="recipient" TYPE="HIDDEN" VALUE="myaddress">,
Mike>         <TABLE>,

You need a Perl program, not a mashup of two different things.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[email protected]> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion