in reply to Re: Values not printing.in thread Values not printing.
foreach my $alias (keys %hash3) { print "The members of $alias are\n"; foreach (@{$hash3{$alias}}) { print "\t$_\n"; } } [download]
print $hash3{$hashKey}->[$arrayIndex]; [download]