in reply to Re: Deprecated use of $SIG{__DIE__} is useful
in thread Deprecated use of $SIG{__DIE__} is useful

No, a top-level eval cannot add a stack trace. It wouldn't catch the 'die' exception until after the stack had already been unrolled.

- tye        

  • Comment on Re^2: Deprecated use of $SIG{__DIE__} is useful (stack)