http://www.perlmonks.org?node_id=937644


in reply to Re: Why does this sub grab the whole hash
in thread Why does this sub grab the whole hash

Done this thing a lot already :D

print $hashofseqs{someIDnr}, "\n";

gives me what I expect, a nice little sequence from my hash. The one sequence which has the key someIDnr. The other part gives me a looong output where there is every single sequence ran through the subroutine. Hmm actually even multiple times.