I am starting to develop pages with HTML::Mason.
How can I get the parameters from the Query String such as:
user=nighthawk&knowledge=0&...
Where I would want to get, ultimately, $user and $knowledge
to use in the HTML?
My first thought was to use CGI::Request, but that seems like overkill.
It seems as though there must be something built into Mason
that handles this.
-- Nighthawk