I have a problem. I have my system all built, and if they choose one particular option, I need to redirect them to another site, but that redirect needs to be POSTED to that site, from their browser. I don't want to use javascript and have it load a page and auto submit or anything, I need to completely redirect the page, after I am done doing the stuff the system does, with the POST method.
Can Perl do this? I cannot find it anywhere. I know about the print Location and the redirect() using cgi.pm, but they both appear to use the GET method, or just loading a url...
I would appreciate any tips and advice you have for me.
Thank you in advance.