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