diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-09 08:20:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-09 08:20:00 +0000 |
commit | 1fcb18de6aa4bd3b565067cad38df0ca202f89d0 (patch) | |
tree | aa905ca7e5b5a80a4af38fc636e99c70ddfa2928 /pod | |
parent | 09e04a353e352e671b21e072d112d97d0ff3b125 (diff) | |
download | perl-1fcb18de6aa4bd3b565067cad38df0ca202f89d0.tar.gz |
Revert change 26749
p4raw-id: //depot/perl@26750
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlvar.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 39e5c45721..dbc82ec2e2 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1494,11 +1494,11 @@ control-character name that begins with C<^_> will acquire a special meaning in any future version of Perl; such names may therefore be used safely in programs. C<$^_> itself, however, I<is> reserved. -Perl identifiers that consist of all digits, or begin with control -characters, or are a single punctuation character, are exempt from the -effects of the C<package> declaration and are always forced to be in -package C<main>; they are also exempt from C<strict 'vars'> errors. A -few other names are also exempt in these ways: +Perl identifiers that begin with digits, control characters, or +punctuation characters are exempt from the effects of the C<package> +declaration and are always forced to be in package C<main>; they are +also exempt from C<strict 'vars'> errors. A few other names are also +exempt in these ways: ENV STDIN INC STDOUT |