Searched refs:dbdie (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl7305 =head2 C<dbdie>
7319 sub dbdie { subroutine
7359 } ## end sub dbdie
7388 C<DB::dbdie()> function overriding any other C<die()> handler. Setting it to
7399 # Always set it to dbdie() for non-zero values.
7400 $SIG{__DIE__} = \&DB::dbdie; # if $dieLevel < 2;

Completed in 36 milliseconds