Help for this page

Select Code to Download


  1. or download this
    #   Failed test at t/P.t line 96.
    self-test failed: Can't locate object method "print" via package "IO::
    +File" at lib/P.pm line 119.
    ...
    Use of uninitialized value $rcase in numeric eq (==) at t/P.t line 95.
    
    ...a bunch more...
    
  2. or download this
      ok($caseno == $rcase, "received testcase $caseno");
      if (length($re)) {ok($rstr =~ m{$re}, $name)}