From: Jan Dubois Date: Tue, 4 Dec 2007 20:33:03 +0000 (-0800) Subject: typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4fd88bf8f78c66ad5ff397678c2c89c7e8b254f6;p=p5sagit%2Fp5-mst-13.2.git typo fix From: "Jan Dubois" Message-ID: <008701c836f7$ee62bf10$cb283d30$@com> p4raw-id: //depot/perl@32578 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index e9c1e9f..cf997fd 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -181,7 +181,7 @@ test. Outside a C test, this will not happen. As C<$_> is a global variable, this may lead in some cases to unwanted side-effects. As of perl 5.9.1, you can now use a lexical version of C<$_> by declaring it in a file or in a block with C. Moreover, -declaring C restores the global C<$_> in the current scope. +declaring C restores the global C<$_> in the current scope. (Mnemonic: underline is understood in certain operations.)