http://qs321.pair.com?node_id=136030


in reply to do/redo or for(;;): what's Kosher?

Something I would use instead of your "eternal-block" would be:

do { #do stuff #More stuff #etc } until ( BREAK-CONDITION);
It strikes me as easier to understand what's going on at a quick glance.

--SparkeyG
Perl Programming Dad