Help for this page

Select Code to Download


  1. or download this
      $^T = time();
      my $fileage = -M $filename;
    
  2. or download this
      my ($oldest_file) =  sort { -M $b <=> -M $a } @filenames;