Help for this page
while ( ($GeneID, $BMB) = each %hash) { print "$GeneID => $BMB[0]\n";
foreach my $key (keys %hash) { foreach my $val (@{$hash{$key}}) { print "$key --> $val\n";