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

Anyway let's stop it here please! =)
Ok, but just to summarize this subthread:
Return::MultiLevel functionality cannot be re-invented with goto, and all your listed arguments against this are not valid, emotional, or not directly related to the case =)
  • Comment on Re^12: Continuations in Perl - Returning to an arbitrary level up the call stack

Replies are listed 'Best First'.
Re^13: Continuations in Perl - Returning to an arbitrary level up the call stack
by LanX (Saint) on May 19, 2013 at 13:12 UTC
    > Return::MultiLevel functionality cannot be re-invented with goto,

    Which is still nonsense since the module is based on goto LABEL.

    > and all your listed arguments against this are not valid, emotional, or not directly related to the case =)

    Well this attitude pretty much summarizes the impression I already got from you ...

    Please, go on down-voting me!

    Cheers Rolf

    ( addicted to the Perl Programming Language)