Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    foreach $file (keys %count) {
            if($count{$file} < 2) {
                    print "SYNC this file: $file \n";
    
  2. or download this
            }
    }
    ...
    # for STDOUT format cleanliness
    #####
    print "\n";