in reply to Re: find unique values from a file by comparing two columns
in thread find unique values from a file by comparing two columns

Interesting :)  [perldoc://unique] unique -> perlfaq4#How can I remove duplicate elements from a list or array?

Use a hash. When you think the words "unique" or "duplicated", think "hash keys".