@{ $hash{ key } }[ 0, 1 ] = qw[ hello world ];; *array = $hash{ key };; print "@array";; hello world