Help for this page

Select Code to Download


  1. or download this
    use File::stat; # don't worry, it's part of standard perl
    
  2. or download this
    @allPictures =
     sort {stat($a)->mtime <=> stat($b)->mtime} @allPictures;