From 8043bb18537bd787232382f5b7763b64ae7b26fe Mon Sep 17 00:00:00 2001 From: Lee Johnson Date: Sun, 1 Mar 2015 15:26:12 +0100 Subject: [PATCH] ref #161 - perldoc for env_query_string method --- lib/CGI.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/CGI.pod b/lib/CGI.pod index fa946a92..7c276021 100644 --- a/lib/CGI.pod +++ b/lib/CGI.pod @@ -3220,6 +3220,13 @@ retrieves the B form of the cookie. You can use the regular cookie() method to get the names, or use the raw_fetch() method from the CGI::Cookie module. +=item B + +Returns the QUERY_STRING variable, note that this is the original +value as set in the environment by the webserver and (possibly) +not the same value as returned by query_string(), which represents +the object state + =item B Returns the HTTP_USER_AGENT variable. If you give