in reply to add values with hash
Instead of
if (defined $hash{$country}){ $hash_2{$country}=$fox_hour; } else{ $hash{$country}=$fox_hour; } [download]
push @{ $hash{$country} }, $fox_hour; [download]