in reply to
Finding unique vals from a inout file
If you're using *nix, use the
sort -u
command.
Comment on
Re: Finding unique vals from a inout file
In Section
Seekers of Perl Wisdom