http://www.perlmonks.org?node_id=924497


in reply to Re: Throw from within a DESTROY block
in thread Throw from within a DESTROY block

If I move the die() out of the DESTROY, this becomes a non-question don't you think? :) The whole point is to figure out why perl thinks we are cleaning up (even though we are in the middle of runtime), and how to convince it otherwise.