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