Help for this page

Select Code to Download


  1. or download this
    print 'not ' unless($foo == 42);
    print 'ok '.$test++."\n";
    
  2. or download this
    ok($foo == 42);