Help for this page
foreach (@{$hash{test}}) { print "$_\n"; }
foreach (%{$hash{test}}) { print "$_\n"; }