Re: Using GET and POST Data Simultaneously

2010-06-24 Thread Brandon McCaig
On Wed, Jun 23, 2010 at 7:03 AM, Nigel Peck wrote: > A Perl web-application I have written uses both GET and POST data at the > same time. This is because I have URLs like: *snip* > I get data using CGI.pm and a little sub like this: > > sub _get_param_by_preference { >        my ( $q, $param ) =

Using GET and POST Data Simultaneously

2010-06-23 Thread Nigel Peck
A Perl web-application I have written uses both GET and POST data at the same time. This is because I have URLs like: http://www.example.com/site-manager/page/45 which are Mod_rewritten (internal server side rewrite, not passed back to browser) to: http://www.example.com/site-manager?actio