Help for this page
my $gene_to_find = 'NP_012'; my $matching_taxon; ... } else { print("Gene $gene_to_find not found in any taxon.\n"); }
my $gene_to_find = 'NP_012'; my @matching_taxons; ... } else { print("Gene $gene_to_find not found in any taxon.\n"); }