No such thing as a small change | |
PerlMonks |
Re^2: CGI - How to use upload_hook and query the query string ?by cees (Curate) |
on Feb 07, 2006 at 21:56 UTC ( [id://528642]=note: print w/replies, xml ) | Need Help?? |
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".
In Section
Seekers of Perl Wisdom
|
|