From 551e1d922a333f90a45a26904eb4d9882f7bd5d4 Mon Sep 17 00:00:00 2001 From: Robin Barker Date: Fri, 22 Dec 2000 12:17:38 +0000 Subject: ; was Re: Perlbug 20000322.006 status +update Message-Id: <200012221217.MAA21332@tempest.npl.co.uk> p4raw-id: //depot/perl@8228 --- lib/CGI.pm | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'lib/CGI.pm') diff --git a/lib/CGI.pm b/lib/CGI.pm index 617c605b85..6b870545b3 100644 --- a/lib/CGI.pm +++ b/lib/CGI.pm @@ -3530,12 +3530,18 @@ have several choices: =over 4 -=item 1. Use another name for the argument, if one is available. For -example, -value is an alias for -values. +=item 1. + +Use another name for the argument, if one is available. +For example, -value is an alias for -values. -=item 2. Change the capitalization, e.g. -Values +=item 2. -=item 3. Put quotes around the argument name, e.g. '-values' +Change the capitalization, e.g. -Values + +=item 3. + +Put quotes around the argument name, e.g. '-values' =back @@ -5669,6 +5675,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 @@ -6102,6 +6109,7 @@ Returns either the remote host name or IP address. if the former is unavailable. =item B + Return the script name as a partial URL, for self-refering scripts. @@ -6220,7 +6228,9 @@ Call B with a non-zero parameter at any point after using CGI.pm in your CGI->nph(1) -=item By using B<-nph> parameters in the B and B statements: +=item By using B<-nph> parameters + +in the B and B statements: print $q->header(-nph=>1); -- cgit v1.2.1