in reply to CGI.pm not seeing params in URL?

You can ask for the parameters from the URL explicitly using url_param() instead of param(). There is no way to have them taken into consideration implicitly – that’s a deliberate design decision.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re^2: CGI.pm not seeing params in URL?
by VSarkiss (Monsignor) on Nov 15, 2005 at 18:55 UTC

      Okay, I didn’t know that; but considering that any module can be made to do anything if you patch it, I don’t regard that as pertinent. I certainly wouldn’t want to rely on a feature in a patched module – what if I copy the script to another machine? What if I need to upgrade the module?

      Makeshifts last the longest.