That one's not a post-condition, though... in the original post, all the examples will execute the loop at least once, but while($condition){...} has the possibility of never executing the loop (if $condition is initially false).
-- Mike
--
just,my${.02}
Comment on Re: Re: Perl style question: loops with postcondition