in reply to Re: sorting arrays
in thread sorting arrays

Hash slices would be ok too.
my %hash; @hash(@array) = (@array); @sorted = keys %hash;