Help for this page

Select Code to Download


  1. or download this
    foreach my $solution ( ... ) {
        foreach my $test ( ... ) {
            ok( ... );
        }
    }
    
  2. or download this
    foreach my $solution ( ... ) {
        harness "tests for $solution" {
    ...
            }
        }
    }
    
  3. or download this
    ok 1 - kyle test 1
    ok 2 - kyle test 2
    ...
    # lines
    # of
    # stuff
    
  4. or download this
    kyle...ok
    elyk...dubious