Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -w
    
    ...
    }
    
    print "$_\n" for keys %seen;
    
  2. or download this
        print "$_\n" while ($_ = each %seen);
    
  3. or download this
      sort -u -o uniq.txt <dups.txt