in reply to do/redo or for(;;): what's Kosher?
It strikes me as easier to understand what's going on at a quick glance.do { #do stuff #More stuff #etc } until ( BREAK-CONDITION);
--SparkeyG
Perl Programming Dad
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: do/redo or for(;;): what's Kosher?
by merlyn (Sage) on Jan 03, 2002 at 22:46 UTC | |
by dmmiller2k (Chaplain) on Jan 04, 2002 at 21:27 UTC | |
by tye (Sage) on Jan 05, 2002 at 05:38 UTC | |
by dmmiller2k (Chaplain) on Jan 06, 2002 at 08:34 UTC |