Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      }
    print join "\n", "UNIQUE VALUES for $_:", (sort keys %{ $seen{$_} }), 
    +"\n"
      for @headers;
    
  2. or download this
    UNIQUE VALUES for head1:
    val1
    ...
    UNIQUE VALUES for head3:
    val3
    val5