in reply to Automate Form Submission

1. use strict :)
2. it looks good to me; i tried your script but just using http; you may want to upload that stuff to some https server (accessable to the world) so i can run a check!

Replies are listed 'Best First'.
Re: Re: Automate Form Submission
by chameliun (Initiate) on Mar 05, 2004 at 22:50 UTC
    Sorry, I can't easily do that. But I have another question, it appears that when I submit from the form that the other script is reading where the submit is coming from, but when I run my script instead of saying where it is coming from it only has a "-" in it. I am not sure what kind of header method I should be changing. Anyone have an idea? Even better how can I grab all information from both the form and the script so that I can compair how the differ? Thanks
      I got it! It turns out that the script on the backend was what was bad. The person who wrote it did not use cgi.pm and did there own parsing of the data. This caused it handle the data I was POSTing in a non standard way...