http://qs321.pair.com?node_id=528642


in reply to Re: CGI - How to use upload_hook and query the query string ?
in thread CGI - How to use upload_hook and query the query string ?

I thought that by default CGI.pm did not parse the QUERY_STRING if it was a POST request... You actually have to edit the code to get it to parse and combine both the GET and POST parameters together.

Search the source for CGI.pm for the string "Some people want to have their cake and eat it too".