my %hash; $hash{foo} = [ 1, 2 ]; push @{ $hash{bar} }, 3, 4; print join ' ', @{ $hash{foo } };