http://qs321.pair.com?node_id=11137273


in reply to Re^2: CGI::Carp fatalsToFile
in thread CGI::Carp fatalsToFile

Is set_die_handler a method of CGI::Carp and set_die_handler(\&handle_errors); in the BEGIN block is overriding it?

set_die_handler is a method of CGI::Carp, but its purpose is to allow you to specify your own function to be executed "any time a script calls "die", has a syntax error, or dies unexpectedly at runtime". See the docs for more.