Robert L. Harris writes:
> I'd rather not try and edit this file and go to line 1230370. Is there
> a way to tell perl to execute a function (dump some information) and
> exit when it see's an error like this?
use Carp ();
local($SIG{__WARN__}) = \&Carp::confess;
Rob