in reply to hash of hashes of lists!!!
foreach $key (sort keys %$hashOfFiles) { #foreach my $file (sort keys %$key) foreach my $file (sort keys %{$hashOfFiles->{$key}}) [download]
Edit: Was using %() instead of %{} to wrap the hash reference. :(