in reply to RE (tilly) 2: redeclaring variables with 'my'
in thread redeclaring variables with 'my'

I agree completely, and have been reluctant to move away from the while (my $var ...) style for that reason (except in cases where I'm expecting to iterate very tightly many thousands of times). A 15% win isn't much when we're talking about, like, picoseconds here. Heh.