![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: Mixing POST and GET with CGI::Applicationby samtregar (Abbot) |
on Mar 06, 2009 at 19:34 UTC ( [id://748945]=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|