Help for this page

Select Code to Download


  1. or download this
    step a;
    testBlock("Block1",checkSomething)
        step b;
    }
    
  2. or download this
    sub checkSomething { 0 }
    
    ...
    testBlock "Block1", 'checkSomething', sub {
        print "done\n"; # or another test
    };