This is not documented in the CPAN documentation on the CGI module.
Normally, to do some HTTP redirection, I'll use:
This is great... but... what happens if I want to post data to this URL I'm asking for a redirection.
How do I do this?
Thanks for you help.
Normally, to do some HTTP redirection, I'll use:
Code:
print $myCGI->redirect("[URL unfurl="true"]http://mynewurl.com/toto.html")[/URL] ;
This is great... but... what happens if I want to post data to this URL I'm asking for a redirection.
How do I do this?
Thanks for you help.