orforeach my $network (keys %urls) { foreach my $key (keys %{$urls{$network}}) { print "$key<br/>"; } }
foreach my $network (values %urls) { foreach my $key (keys %$network) { print "$key<br/>"; } }
In reply to Re^3: accessing a hash of hashes
by Thilosophy
in thread accessing a hash of hashes
by existem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |