@array_thing = sort @array_thing; foreach (@array_thing) { push @unique if $_ ne $prev; $prev = $_; }