http://www.perlmonks.org?node_id=191486


in reply to Re: do until loops
in thread do until loops

Frankly, your question doesn't make sense. The entire point of a do {} until loop is to repeat the loop until the condition is met. When would you stop anyway? How will you know the condition will never be met? (In general, you cannot not - that's what the halting problem is about).

Abigail