Question : Sending form info from script to another site.

I have a form that when submitted sends a ton of data to my script. My script then parses it into %form. I need to pass all of these fields to another site http://somesite.com/someotherscript.cgi
then grab the resulting page.

I know I could go
$url = "http://somesite.com/someotherscript.cgi";
use LWP::Simple;
$line = get($url);

 But how do I pass all the contents of %form as form fields in one batch?


Answer : Sending form info from script to another site.

jimmyjoe,

Did you get the solution you were looking for??

What solution, if any, did you use??

Pl. let me know.
Random Solutions  
 
programming4us programming4us