Help for this page
foreach my $alias (keys %hash3) { print "The members of $alias are\n"; ... print "\t$_\n"; } }
print $hash3{$hashKey}->[$arrayIndex];