How can I read the URL parameter in a Perl CGI program?
|
1
|
|||||
|
|
|
For GET requests, CGI parses the specified parameters and makes them available via the Update: in case you meant something other than the parameters by "URL Parameter", the |
|||
|
|
|
|
It's recommended that you use a URL parser such as mentioned by ysth, but if you REALLY want the raw input, it's available through the following: for GET:
for POST:
|
|||
|
|
