in reply to sort timestamps with associated names.
my @sorted = sort { substr($a, 10) cmp substr($b, 10) } @data; [download]