use v5.14; my %hash; $hash{key} = []; push $hash{key}, "string"; use Data::Dumper; print Dumper \%hash;