in reply to Sort files descending by date
... probably as fast as the ST and much simpler!@sorted_list = sort { substr($a, 15) cmp substr($b, 15) } @file_list;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sort files descending by date
by ikegami (Patriarch) on Jun 19, 2007 at 13:58 UTC |