in reply to Re: Goto-labels for exception handling?
in thread Goto-labels for exception handling?
that's supported in Perl, the call stacks are properly cleaned. *
> a variable behind the scene,
The closure variable?
For the rest I'm not sure what you are trying to tell me. (Probably not to use exceptions at all for errors? )
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Wikisyntax for the Monastery
*) from goto : it can be used to go almost anywhere else within the dynamic scope, including out of subroutines ( but it's usually better to use some other construct such as last or die.)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Goto-labels for exception handling?
by RonW (Parson) on May 14, 2018 at 19:14 UTC | |
by LanX (Saint) on May 14, 2018 at 21:02 UTC | |
by RonW (Parson) on May 15, 2018 at 19:26 UTC |