From: Jarkko Hietaniemi Date: Wed, 30 May 2001 01:42:36 +0000 (+0000) Subject: perlvar.pod addition X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a1db74c9755dc2a9521646a76c602982eb3bed82;p=p5sagit%2Fp5-mst-13.2.git perlvar.pod addition From: Peter Gessner Date: Fri, 25 May 2001 20:23:12 +0200 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de> Subject: Re: perlvar.pod addition From: "Abigail" Date: Fri, 25 May 2001 22:00:39 +0200 Message-ID: <20010525200039.28029.qmail@foad.org> Mention $a and $b in perlvar. p4raw-id: //depot/perl@10305 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index cd61068..da06055 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -111,6 +111,19 @@ test. Outside a C test, this will not happen. =over 8 +=item $a + +=item $b + +Special package variables when using sort(), see L. +Because of this specialness $a and $b don't need to be declared +(using local(), use vars, or our()) even when using the strict +vars pragma. + +=back + +=over 8 + =item $> Contains the subpattern from the corresponding set of capturing