my %hashList = (); ... $hashList{$count} = \%secondHash; ... my $hashtemp = $hashList{$count}; while ( my ($key, $value) = each ( %$hashtemp ) ) { ... }
In reply to Re: Insert a new key (that is a hash) to a hash
by Transient
in thread Insert a new key (that is a hash) to a hash
by eduardoll
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |