if(exists($hash{$key})){ push @{$hash{$key}}, $value; } else { $hash{$key}=[$value]; }