I want to write a perl script to fill out a form and submitit.
This is the url the form sends data to.
print
"Location:http://www.somewhere.com/wwwboard/cg...wwboard.pl?nam
e=cindy&subject =new&body=sayso mething";
Should this work?
If it does, how do I get it to continue in the script instead
of ending the script on the "print location"?
This is the url the form sends data to.
"Location:http://www.somewhere.com/wwwboard/cg...wwboard.pl?nam
e=cindy&subject =new&body=sayso mething";
Should this work?
If it does, how do I get it to continue in the script instead
of ending the script on the "print location"?
Comment