in reply to Re^6: Continuations in Perl - Returning to an arbitrary level up the call stack
in thread Continuations in Perl - Returning to an arbitrary level up the call stack
Already demonstrated: Re: Continuations in Perl - Returning to an arbitrary level up the call stack (goto)
> Each time you call sub recursively - label is different!
Nope! Jump-labels only change each time with_return constructs are called to avoid confusion if they are dynamically nested.
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Continuations in Perl - Returning to an arbitrary level up the call stack
by vsespb (Chaplain) on May 19, 2013 at 01:09 UTC | |
by LanX (Saint) on May 19, 2013 at 01:51 UTC | |
by vsespb (Chaplain) on May 19, 2013 at 09:56 UTC | |
by LanX (Saint) on May 19, 2013 at 12:44 UTC | |
by LanX (Saint) on May 20, 2013 at 02:16 UTC | |
| |
by vsespb (Chaplain) on May 19, 2013 at 13:05 UTC | |
|