Help for this page

Select Code to Download


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