- or download this
while (my $inBuf = <csvFILE>) {
chomp($inBuf);
...
} # End of csvFILE or we reached our Runaway count
close csvFILE;
- or download this
my $items = 0;
...
...
$items += @fields; # Array in scalar context gives number of elemen
+ts
}
- or download this
1,"This, or this and that",3