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: $@"; }

See if that helps.

        - tye (but my friends call me "Tye")