in reply to Re: sorting arraysin thread sorting arrays
my %hash; @hash(@array) = (@array); @sorted = keys %hash; [download]