Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
                     map { my $c= $_; $c =~ s/_//g; [$_, $c] } @toSort;
    
    print join "\n", @sortedList;
    
  2. or download this
    $ perl  sort_files.pl
    Sort1_Test
    ...
    Test_1Sort
    TestSort
    Test_Sort