in reply to Unique Array Items
@toBeMoved = sort {$a <=> $b} grep {++$h{$_} == 1} @toBeMoved; [download]
- Tom
...grep {!$h{$_}++}... [download]