in reply to Re: do while loops
in thread do while loops
do{ ... } while $foo; isn't a loop, it's a block with a postfixed while, so you need to label it to re-do it.
@_=qw; ask f00li5h to appear and remain for a moment of pretend better than a lifetime;;s;;@_[map hex,split'',B204316D8C2A4516DE];;y/05/os/&print;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: do while loops
by Anonymous Monk on Jan 08, 2008 at 13:06 UTC | |
by f00li5h (Chaplain) on Jan 10, 2008 at 05:54 UTC |
In Section
Tutorials