I am using the post method to send form data to a perl script (I am using cgi_lib to get the parameters). The URL that is then created looks something like this:
foo.pl?parameter=value&submit=Submit
Why is the submit button being parsed as a parameter? Is there a way I can remove this?