Help for this page
while ($count<=@IDnumber) { if ($match == $IDnumber[$count]){ ... } $count++; }
next if(grep {$_ eq $match} @IDnumber);