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


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

I was going to mention the possibility of using a $SIG{__DIE__} that calls exit, but it doesn't work. The signal is triggered before the object is destroyed, so a second attempt to destroy the object occurs during global destruction.