Help for this page

Select Code to Download


  1. or download this
    my $result = eval { ...code...  }; if( $@ ) { ... }
    
  2. or download this
    my $result = ...code...; if( is_error( $result ) ) { ... }