Help for this page

Select Code to Download


  1. or download this
    $SIG{__DIE__}= sub {print "fubar!\n"};
    eval {
    ...
        $a/$b
    };
    print $@;
    
  2. or download this
    fubar!
    Illegal division by zero at - line 5.