in reply to Getting unexpected errors when trying to sort hash of hashes
for my $entry (values %$list) { $entry->{places} = { map %$_, @{$entry->{places}} }; } [download]