Help for this page
# File My_B.pm package My_B; ... verify($fh, 'host', 'state', 'testname'); print tc_count(), "\n";
#!/usr/bin/env perl ... $myb->verify($fh, 'host', 'state', 'testname'); print $myb->tc_count, "\n";