Help for this page

Select Code to Download


  1. or download this
    my @sorted_files = sort { -M $a <=> -M $b } @files;
    
  2. or download this
    opendir (LOWEST, "<$input_directory_lowest")