Skip to content

Commit

Permalink
ref #161 - perldoc for env_query_string method
Browse files Browse the repository at this point in the history
  • Loading branch information
leejo committed Mar 1, 2015
1 parent 085db3b commit 8043bb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/CGI.pod
Original file line number Diff line number Diff line change
Expand Up @@ -3220,6 +3220,13 @@ retrieves the B<unescaped> 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<env_query_string()>

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<user_agent()>

Returns the HTTP_USER_AGENT variable. If you give
Expand Down

0 comments on commit 8043bb1

Please sign in to comment.