in reply to Re: CSV EOL Question
in thread CSV EOL Question
Expected fields to be an array ref at ./name.pl line 65. I feel as though this will only work as \@dat.if($sth->execute) { while(my $dat = $sth->fetchrow) {$csv->print($fh, +$dat); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CSV EOL Question
by Tux (Canon) on Jan 22, 2014 at 18:28 UTC |