Help for this page

Select Code to Download


  1. or download this
    # untested
    
    ...
        $SIG{__DIE__} = $savedHandler;
        return $result;
    }
    
  2. or download this
    # untested
    
    ...
        my $result = eval $_[0];
        return $result;
    }