diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-02-19 21:14:37 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-02-19 21:14:37 +0000 |
commit | 5b88253beb15ba0b9f2b2ef15037de4950b82796 (patch) | |
tree | 5a1ed1b6ec179e4255313023d00773b9a68951a2 | |
parent | 7df0d0422c26edcc954b82bd79e461b99b3c4092 (diff) | |
download | perl-5b88253beb15ba0b9f2b2ef15037de4950b82796.tar.gz |
Document clearly that "_" is always in package "main".
p4raw-id: //depot/perl@18754
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 4d1a31b9f2..a4e889562e 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1482,7 +1482,7 @@ exempt in these ways: ENV STDIN INC STDOUT ARGV STDERR - ARGVOUT + ARGVOUT _ SIG In particular, the new special C<${^_XYZ}> variables are always taken |