print expects a file handle and a reference to an array of field values.
my @row = qw( 1 2 3 4 5 'hello world'); $csv->print($fh, \@row);
In reply to Re^5: text::csv output help
by ikegami
in thread text::csv output help
by dmn001
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |