in reply to Is there a way to unwind the call stack and return a value?

This node was taken out by the NodeReaper on Mar 23, 2008 at 23:03 UTC
  • Comment on Reaped: Re: Is there a way to unwind the call stack and return a value?

Replies are listed 'Best First'.
Re^2: Is there a way to unwind the call stack and return a value?
by grinder (Bishop) on Mar 22, 2008 at 20:21 UTC

    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