Help for this page

Select Code to Download


  1. or download this
    use Devel::EvalError;
    my $ee = EvalExpectOne { ...; 1 };
    ...
    $ee->Reuse();
    $ee = EvalExpectOneStr "..."; # EvalExpectOneStr could append the "; 1
    +" to the end automatically
    
  2. or download this
    return
      BOOL {
    ...
      LIST {
        $obj->AllReasons()
      };