in reply to Re: get and post request methods
in thread get and post request methods

CGI::Simple also has parse_query_string() for this purpose — i.e. after having called it, GET-style parameters will also be accessible via the normal ->param(), with a POST request.