bsb has asked for the wisdom of the Perl Monks concerning the following question:
It seems like it might be useful for some types of clean up code, without the closure implementation of Error. On the other hand, as a flow control construct it seems even messier than goto.
Are there any sane uses out there?
BLOCK: { # last; redo; next; } continue { # last; redo; or even potentially next; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: "continue" with no while considered harmful?
by Abigail-II (Bishop) on Aug 04, 2003 at 10:51 UTC |