Help for this page
foreach my $id (sort { $id{$a}{m_time} <=> $id{$b}{mtime} } @id) { my $value = $id{$id}{value} or next; # ... }