|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Re: Perl style question: loops with postconditionby thelenm (Vicar) |
| on Jul 22, 2002 at 19:50 UTC ( [id://184293]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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
|
|
||||||||||||||||||||||||