in reply to
How do I sort hash of hashes of hashes
Based on your code I'd think that
$entries{$region}{$a}{size}
is not a hash ref, so may you just leave out the
%{...}
hash dereferencing around it?
Perl 6 - second systems done right
Comment on
Re: How do I sort hash of hashes of hashes
Select
or
Download
Code
Replies are listed 'Best First'.
Re^2: How do I sort hash of hashes of hashes
by
DanEichenwald
(Initiate)
on Dec 21, 2010 at 22:32 UTC
Thanks so much! So obvious now!
[reply]
In Section
Seekers of Perl Wisdom