Help for this page

Select Code to Download


  1. or download this
    use strict;
    use File::Find;
    ...
    my @files = grep { $temp{$_} == 1 } keys %temp;
    
    print "@files";
    
  2. or download this
    
    use strict;
    ...
                     } sort keys %temp;
    print "@files";