@allPictures = map { $_->[0] } sort { $a->[1] <=> $b->[1] } map { [ $_ , (stat($_))[9] ] } @allPictures; [download]
In reply to Re: sort by date by Limbic~Region in thread sort by date by mito