refers to the hash variable type in Perl.
I am looking at an example found here: http://perlmeme.org/tutorials/sort_function.html And it gives this code …
perl hash perl-hashI need to create multi-dimensional hash. for example I have done: $hash{gene} = $mrna; if (exists ($exon)){ $hash{gene}{$mrna} = $…
perl perl-hash