I'm new with PERL - I have a very simple PERL program that will accept
data from an HTML program and send it out as an email. In the HTML
program, the data items are filled in and then the PERL/CGI program is
called by a POST. The PERL/CGI program runs, the screen goes blank and
the email is sent. But, what I would like to be able to do is to somehow
return to the "calling" HTML program. How can I put a "return" or "link"
into my PERL/CGI program to "go back" to the calling HTML program?
Thanks for any help or suggestions.


Reply via email to