while ($count<=@IDnumber) { if ($match == $IDnumber[$count]){ goto NEXTLINE1; } $count++; } #### next if(grep {$_ eq $match} @IDnumber);