Help for this page

Select Code to Download


  1. or download this
    print join "\n", sort @DirList;
    
  2. or download this
    print join "\n", sort {-M $a <=> -M $b} @DirList;