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 ) =
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