diff options
Diffstat (limited to 'lib/CGI.pm')
-rw-r--r-- | lib/CGI.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/CGI.pm b/lib/CGI.pm index f6fe9c9991..a66f60d616 100644 --- a/lib/CGI.pm +++ b/lib/CGI.pm @@ -4125,6 +4125,8 @@ CGI - Simple Common Gateway Interface Class hr; } + print end_html; + =head1 ABSTRACT This perl library uses perl5 objects to make it easy to create Web @@ -5418,7 +5420,7 @@ Generate just the protocol and net location, as in http://www.foo.com:8000 If Apache's mod_rewrite is turned on, then the script name and path info probably won't match the request that the user sent. Set -rewrite=>1 (default) to return URLs that match what the user sent -(the original request URI). Set -rewrite->0 to return URLs that match +(the original request URI). Set -rewrite=>0 to return URLs that match the URL after mod_rewrite's rules have run. Because the additional path information only makes sense in the context of the rewritten URL, -rewrite is set to false when you request path info in the URL. |