Help for this page

Select Code to Download


  1. or download this
    subtest foo => sub {
        plan tests => 3;
    ...
        ok 2;
        ok 3;
    };