- or download this
while (my $data = $ss->getNextRow()) {
# skip lines until we find column header "Last Name" in first colum
+n
...
... stuff ...
}
- or download this
while (my $data = $ss->getNextRow()) {
# skip lines until we find a non-blank row
...
... stuff ...
}
- or download this
while (my $data = $ss->getNextRow()) {
# skip lines unless they have the right number of columns
...
... stuff ...
}