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


in reply to Mixing POST and GET with CGI::Application

I can think of one good reason not to mix POST and GET - it often doesn't work. With the right version of CGI.pm or Apache::Request (depending on whether you're in mod_perl or not) it can work. But what's the upside? Using hidden inputs in a post form is easy and very reliable.

-sam