>perl -MData::Dumper -e "my %hash; push @{ $hash{array} }, 1; push @{ $hash{array} }, 2; print Dumper \%hash;" $VAR1 = { 'array' => [ 1, 2 ] };