my $key = ; chomp($key); $hash{$key} = [] unless $hash{$key}; my $val = ; chomp($val); push @{$hash{$key}}, $val;