Help for this page

Select Code to Download


  1. or download this
      foreach $line ( <INFILE> )
      {
          if( $line =~ /^Name/ )
    ...
             push @rowValues, [ split(/\t/, $line) ];
          }
      }
    
  2. or download this
      $row = 0;
      $count = 0;
    ...
        }
        $row++;
      }