in reply to get and post request methods
If you tack on a GET-style query to a POST, it will be accessible via ->url_param() rather than ->param(). This is the case for both CGI and CGI::Simple.
Update: I misunderstood your question. The answer is: use CGI or CGI::Simple. Whether POST or GET, the parameters will be available using ->param().
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: get and post request methods
by almut (Canon) on Mar 07, 2009 at 01:27 UTC |