in reply to Re^3: Anon. array of refs to a range generated list of scalars.
in thread Anon. array of refs to a range generated list of scalars.
LOOP: { # some code redo LOOP if condition; } # that's actually quite close to perl6 ;-) loop { # some code last unless condition; }
-- Hofmator
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Anon. array of refs to a range generated list of scalars.
by Aristotle (Chancellor) on Jan 18, 2003 at 20:54 UTC |