foreach $key (sort keys %$hashOfFiles) { #foreach my $file (sort keys %$key) foreach my $file (sort keys %{$hashOfFiles->{$key}})
Edit: Was using %() instead of %{} to wrap the hash reference. :(
In reply to Don't use the key, use the hash ref...
by RMGir
in thread hash of hashes of lists!!!
by costas
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |