in reply to Re^2: 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

> I dont want to return to the calling module but one level higher up the stack.

Thats where you have to place the target label.

Anyway I doubt that your approach is reasonable, sorry! Maybe a XY problem?

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re^3: Continuations in Perl - Returning to an arbitrary level up the call stack