Help for this page

Select Code to Download


  1. or download this
    my $rule_code = "";
    foreach my $rulenum ( keys %$rulelist ){
    ...
         return undef; # we did not match any rules!!
    };
    EOT
    
  2. or download this
    DEFECT:
        foreach my $defect ( @$list ){
    ...
               push @{$summary->{FILTEREDLIST}->{$rule}}, $defect;
            }
        }