in reply to Re: Re: Re: Re: Re: Correct Loop Structure
in thread Correct Loop Structure

Well then...

do { $test = 2 > 1; print 'foo' if $test; $test; } && $index++;

...but that is just oogly.