Help for this page

Select Code to Download


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