Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    h1h
    i1i
    j1j
    
  2. or download this
    b1b
    e1e
    f1f
    i1i
    j1j
    
  3. or download this
     perl -ne 'exists $x{$_}?delete $x{$_}:$x{$_}++;}{print for sort keys 
    +%x;' < input.txt > output.txt