Help for this page
my @alldups = $dbh->selectall_arrayref( ... );
while ( my $duplicates = pop(@alldups) ) { whatever... }