in reply to sort by date
@allPictures = map { $_->[0] } sort { $a->[1] <=> $b->[1] } map { [ $_ , (stat($_))[9] ] } @allPictures; [download]