in reply to Number of values for each key in hash

use grep;
my $count = grep /$specific/ values(%GeneHash);
Bill