Help for this page

Select Code to Download


  1. or download this
    RHEL 3 - x86
    [root@vdt-fc3-ia32 tests]# perl -v
    ...
      my %results = $strap->analyze($name, \@test_output);
      my %results = $strap->analyze_fh($name, $test_filehandle);
      my %results = $strap->analyze_file($test_file);
    
  2. or download this
    RHEL 4 - x86
    [root@vdt-rhas4-ia32 tests]# perl -v
    ...
      my $results = $strap->analyze($name, \@test_output);
      my $results = $strap->analyze_fh($name, $test_filehandle);
      my $results = $strap->analyze_file($test_file);