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