Help for this page

Select Code to Download


  1. or download this
    foreach my $id (@ids) {
           if ($id eq $NSC) {
               print MY $line;
           }
        }
    
  2. or download this
    foreach my $row (@ids_table) {
        my @allcolumns = split /\t/, $row;
    ...
        }
        $count++;
    }