for (0..3) { chomp(my $key = ); chomp(my $val = ); push @{$hash{$key}}, $val; }