diff options
author | Robin Barker <RMBarker@cpan.org> | 2002-02-27 12:25:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-27 13:41:14 +0000 |
commit | 5cb3728cfe288ad05e8d10c8176f72378da2238f (patch) | |
tree | 9fbfd12df7a9a44badbe6e8ad3a4775b3d160bb3 /lib/CGI.pm | |
parent | c9436a12b1ee8d5e32d19b5870c63a8435afed9d (diff) | |
download | perl-5cb3728cfe288ad05e8d10c8176f72378da2238f.tar.gz |
Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
p4raw-id: //depot/perl@14892
Diffstat (limited to 'lib/CGI.pm')
-rw-r--r-- | lib/CGI.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CGI.pm b/lib/CGI.pm index c07625df08..78bc931466 100644 --- a/lib/CGI.pm +++ b/lib/CGI.pm @@ -5759,6 +5759,7 @@ field. The second argument (-src) is also required and specifies the URL =item 3. + The third option (-align, optional) is an alignment type, and may be TOP, BOTTOM or MIDDLE @@ -6192,6 +6193,7 @@ Returns either the remote host name or IP address. if the former is unavailable. =item B<script_name()> + Return the script name as a partial URL, for self-refering scripts. |