From: Audrey Tang Date: Thu, 29 Aug 2002 03:49:34 +0000 (+0800) Subject: perlmod.pod nit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b58b0d99c5cadbcc64c7b9e5da6a96109ff5dea7;p=p5sagit%2Fp5-mst-13.2.git perlmod.pod nit Message-ID: <20020828194934.GA12244@not.autrijus.org> p4raw-id: //depot/perl@17814 --- diff --git a/pod/perlmod.pod b/pod/perlmod.pod index d3b087c..ddcbe47 100644 --- a/pod/perlmod.pod +++ b/pod/perlmod.pod @@ -61,7 +61,8 @@ as a pattern match, a substitution, or a transliteration. Variables beginning with underscore used to be forced into package main, but we decided it was more useful for package writers to be able to use leading underscore to indicate private variables and method names. -$_ is still global though. See also +However, variables and functions named with a single C<_>, such as +$_ and C, are still forced into the package C
. See also L. Ced strings are compiled in the package in which the eval() was