On Fri, Feb 16, 2007 at 08:27:38PM -0800, Mary Anderson wrote:
>
> Hi all,
>My perl-cgi application creates some temporary files and a temporary
> table which I would like to clean up as I exit the program. I tried
> writing a perl END block, but found that did not work. It appeared that
Hi all,
My perl-cgi application creates some temporary files and a temporary
table which I would like to clean up as I exit the program. I tried
writing a perl END block, but found that did not work. It appeared that
to the cgi interpreter END{} had no special meaning and the code inside
You may also want to check out the WWW::Mechanize module this will do what your
looking for.
Mike
- Original Message -
From: "Mumia W." <[EMAIL PROTECTED]>
To: "Beginners CGI"
Sent: Friday, February 16, 2007 12:49 PM
Subject: Re: redirecting cgi via post method
On 02/16/2007 12:00
On 02/16/2007 12:00 PM, [EMAIL PROTECTED] wrote:
Greetings,
I have a CGI that receives some parameters, and after processing them
(it generates a file) it must be redirected to another CGI (external
domain) to process it.
What I want to do is similar to
redirect("http://somedomain.c
Greetings,
I have a CGI that receives some parameters, and after processing
them (it generates a file) it must be redirected to another CGI
(external domain) to process it.
What I want to do is similar to
redirect("http://somedomain.com/cgi-bin/myscript.cgi?param1=someĀ¶m2=stuff";)