From: Rafael Garcia-Suarez Date: Fri, 20 Feb 2004 17:29:32 +0000 (+0000) Subject: When you write C, the lexical $_ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=db8ddb421f6758f0b11b38073916c1366f5b4515;p=p5sagit%2Fp5-mst-13.2.git When you write C, the lexical $_ is not actually introduced by the for statement. p4raw-id: //depot/perl@22352 --- diff --git a/op.c b/op.c index bed697d..add8cc9 100644 --- a/op.c +++ b/op.c @@ -3724,7 +3724,6 @@ Perl_newFOROP(pTHX_ I32 flags,char *label,line_t forline,OP *sv,OP *expr,OP *blo } else { padoff = offset; - iterpflags = OPpLVAL_INTRO; /* my $_; for () */ } } if (expr->op_type == OP_RV2AV || expr->op_type == OP_PADAV) {