foreach (@{$hash{test}}) { print "$_\n"; } #### foreach (%{$hash{test}}) { print "$_\n"; }