When you write C<my $_ ; for (...) {...}>, the lexical $_
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 20 Feb 2004 17:29:32 +0000 (17:29 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 20 Feb 2004 17:29:32 +0000 (17:29 +0000)
commitdb8ddb421f6758f0b11b38073916c1366f5b4515
tree09b3fd6a931f109da073744b6273d62eb180d550
parente550c049a174d317e4e17172c9276b8aca255fd8
When you write C<my $_ ; for (...) {...}>, the lexical $_
is not actually introduced by the for statement.

p4raw-id: //depot/perl@22352
op.c