in reply to Re^2: Duplicated data in array.in thread Duplicated data in array.
my $out1 = [ grep { ! $seen1{ $_->{ID} }++ } @in ]; [download]
Cheers Rolf (addicted to the Perl Programming Language :) Wikisyntax for the Monastery