in reply to Array Cleaning
@array = sort {$a <=> $b} keys (%hash = map { $_ => 1 } @array); [download]