@allnames = grep(!$saw{$_}++, @names); [download]
Is there a way to accomplish this feat?
In reply to Remove equal but different duplicates from array by Baratski