BenRussell
Programmer
I know how I can send some information to a webpage using the POST method (in a Perl script) and get the return value of the webpage into a scalar. However, I need to be able to POST the information to a webpage, and at the same time, have the visitor's web browser actually go to that webpage with the POSTed information.
This (in my case) cannot be accomplished by simply pointing the form to the webpage. Any ideas how to do this?
- Ben
This (in my case) cannot be accomplished by simply pointing the form to the webpage. Any ideas how to do this?
- Ben