Help for this page

Select Code to Download


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