Help for this page

Select Code to Download


  1. or download this
    % $PERL-5.34.0 -MMath::GMP -wle 'local $SIG{FPE} = sub { die "fpe" }; 
    +$z=Math::GMP->new(1); print $z / 0'
    Maximal count of pending signals (120) exceeded at -e line 1.
    ...
    % $PERL-5.36.0 -MMath::GMP -wle 'local $SIG{FPE} = sub { die "fpe" }; 
    +$z=Math::GMP->new(1); print $z / 0'
    fpe at -e line 1.
    %