redirecting cgi via post method

2007-02-16 Thread buzon
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

Re: redirecting cgi via post method

2007-02-16 Thread Mumia W.
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

Re: redirecting cgi via post method

2007-02-16 Thread Mike Blezien
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 beginners-cgi@perl.org Sent: Friday, February 16, 2007 12:49 PM Subject: Re: redirecting cgi via post method