http://qs1969.pair.com?node_id=347111


in reply to Re: Re: Mysterious for behavior
in thread Mysterious for behavior

I can get the effect I expected by doing this:
for (0+($i=3), 0+($i=2), $i=1) { print "$_ and $i\n"; }
In your example you create
for ( temp, temp2, $i ) {
Boris