Hi! I'm trying to print all the values and keys of just 1 specific nested hash in a subroutine (the hash is a hash reference).
for my $protein ( keys %{$rHoH{$name}}) { print "$protein=$rHoH{$name}{$protein}"; }
It isn't working. It's throwing %rHoH requires explicit package name
I'm sure it's a novice error. I need some good reading on HoH (if you know any, throw it my way please)
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |