>>>>> "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
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/