Travistee2
Technical User
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:e=cindy&subject=new&body=saysomething";
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:e=cindy&subject=new&body=saysomething";
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"?