http://qs321.pair.com?node_id=614332


in reply to Unique elements in array

use List::MoreUtils 'uniq'; my @new = uniq ( @old );
Boris