in reply to Re^3: Useful uses of redo?
in thread Useful uses of redo?
do {
$foo = foo();
$bar = bar();
} while ($foo != $bar);
?? That would suck!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Useful uses of redo?
by BrowserUk (Patriarch) on Aug 27, 2004 at 06:16 UTC |