![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Re: Perl style question: loops with postconditionby thelenm (Vicar) |
on Jul 22, 2002 at 23:50 UTC ( #184293=note: print w/replies, xml ) | Need Help?? |
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 --
In Section
Seekers of Perl Wisdom
|
|