my %hash; my $arrref = ['Hallo', 'Welt']; $hash{ArrRef} = "$arrref"; print "@{ $hash{ArrRef} }";