Help for this page
use 5.16.2; use warnings; ... $GOHash{$hash{Symbol}}{$hash{"Taxon Name"}} = $hash{ID}; }
use 5.16.2; use warnings; ... foreach my $row (@$AoH) { print $row->{"GO ID"}, $row->{ID}; }