while () { my ($key, $val) = split; push @{$hash{$key}}, $val; }