in reply to die hooks, signal handlers and eval, all mixed up

Well-placed,

{ local $SIG{__DIE__} = sub { print @_; die @_ }; # ... }
may be what you need.

After Compline,
Zaxo