Make perl fragile?

Rob Nagler nagler at bivio.biz
Thu May 16 22:06:43 CDT 2002


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





More information about the Pikes-peak-pm mailing list