in reply to referring to anonymous array in value of a hash in array context...
foreach (@{$hash{"array"}}) { print "$_\n"; }