Gossamer Forum
Home : General : Perl Programming :

remote form submissions

Quote Reply
remote form submissions
There is a form on a website. I wish to make around 300 seperate submissions. No this is not SPAM in any form. I would like to add all of the data I wish to submit to a text file. There would be 300 lines, and a perl script should submit line by line, 300 times. The web form uses POST to submit data. I know how to write a script like this for a GET form.

Can anyone point me in the right direction for how to do this with a POST form?