Help for this page

Select Code to Download


  1. or download this
    for each column
       read each value in the column from the file
       perform a test on that value
    
  2. or download this
    while (<FH>) {
       push @lines, [split];
    }