in reply to Re: Re: Mysterious for behaviorin 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"; } [download]
for (0+($i=3), 0+($i=2), $i=1) { print "$_ and $i\n"; } [download]
for ( temp, temp2, $i ) { [download]