$hash{"array"} = ['a','b','c','d','e']; print for @{ $hash{ array } }; a b c d e