- or download this
while (<FILE>) {
my ($one,$two,$three..etc)=split(/,/);
}
- or download this
##!/usr/bin/perl
use DBI;
...
$sth->execute();
while ($sth->fetch()) {$i++;};
print ": $i \n";
- or download this
wc -l ofphl
- or download this
map ( {s/\"(.*)\"/$1/;$_}) split(/,/)