From: Rafael Garcia-Suarez Date: Wed, 19 Feb 2003 21:14:37 +0000 (+0000) Subject: Document clearly that "_" is always in package "main". X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b88253beb15ba0b9f2b2ef15037de4950b82796;p=p5sagit%2Fp5-mst-13.2.git Document clearly that "_" is always in package "main". p4raw-id: //depot/perl@18754 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 4d1a31b..a4e8895 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