in reply to CGI Parameters
Update: as an explanation of the behavior you're seeing: CGI.pm looks into the URL for GET requests and into STDIN for POST requests. url_param will always look into the URL.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI Parameters
by salazar (Scribe) on May 19, 2009 at 17:53 UTC | |
by moritz (Cardinal) on May 19, 2009 at 17:55 UTC | |
by salazar (Scribe) on May 19, 2009 at 18:01 UTC | |
by moritz (Cardinal) on May 19, 2009 at 18:19 UTC | |
by ikegami (Patriarch) on May 19, 2009 at 18:49 UTC | |
|