From: Mark-Jason Dominus Date: Tue, 27 Aug 2002 03:03:01 +0000 (+0000) Subject: Patch perlvar.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=747fafda837a257e669e8b9a79d949e9ca5c0a6e;p=p5sagit%2Fp5-mst-13.2.git Patch perlvar.pod Message-Id: <20020827030301.32481.qmail@plover.com> p4raw-id: //depot/perl@17789 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index e522b3d..7c0f596 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1467,8 +1467,9 @@ used safely in programs. C<$^_> itself, however, I reserved. Perl identifiers that begin with digits, control characters, or punctuation characters are exempt from the effects of the C -declaration and are always forced to be in package C
. A few -other names are also exempt: +declaration and are always forced to be in package C
; they are +also exempt from C errors. A few other names are also +exempt in these ways: ENV STDIN INC STDOUT @@ -1478,7 +1479,7 @@ other names are also exempt: In particular, the new special C<${^_XYZ}> variables are always taken to be in package C
, regardless of any C declarations -presently in scope. +presently in scope. =head1 BUGS