| Status | "); print("Information on new hits | "); foreach my $z (@subjects) { chomp $z; @elements = split('\|', $z); if($elements[4] =~ /^$species_filter/) ##### filtering part here { $boolean = 0; print ("
|---|
| Match to $species_filter"); show_Output($boolean, $z, @elements); } } print(" |