in reply to Reaped: Re: Is there a way to unwind the call stack and return a value?
in thread Is there a way to unwind the call stack and return a value?

Nope, that only allows a routine to inspect its own call stack. Manipulating the results, such as slicing off entries, does not affect the execution flow of the program.

• another intruder with the mooring in the heart of the Perl

  • Comment on Re^2: Is there a way to unwind the call stack and return a value?