in reply to besides die() how might I have raised an untrapped exception
END { eval { # your END code here 1 } or warn "tried to die in END: $@"; } [download]
See if that helps.