in reply to HTML::Mason - Getting CGI Parameters

HTML::Mason::Component provides the http_input() method, if you're running under Apache and mod_perl. It returns the query string (under the GET method) or the content block (under POST).

If that doesn't apply... the HTML::Mason FAQ might shed some light.

  • Comment on Re: HTML::Mason - Getting CGI Parameters