Help for this page

Select Code to Download


  1. or download this
    while ($count<=@IDnumber) {
      if ($match == $IDnumber[$count]){
    ...
      }
      $count++;
    }
    
  2. or download this
    next if(grep {$_ eq $match} @IDnumber);