From 17b829faa49fc1af815121853b94d0a80a9ad31f Mon Sep 17 00:00:00 2001 From: Radu Greab Date: Fri, 23 Feb 2001 20:50:48 +0200 Subject: [PATCH] small fix in pod/perlop.pod Message-ID: <14998.38120.623015.916165@ix.netsoft.ro> p4raw-id: //depot/perl@8948 --- pod/perlop.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index d4349ae..2bc889d 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1605,7 +1605,7 @@ of a C statement (even if disguised as a C loop), the value is automatically assigned to the global variable $_, destroying whatever was there previously. (This may seem like an odd thing to you, but you'll use the construct in almost every Perl -script you write.) The $_ variables is not implicitly localized. +script you write.) The $_ variable is not implicitly localized. You'll have to put a C before the loop if you want that to happen. -- 1.8.3.1