in reply to
printing CSV to file?
Print the newline to the file handle after printing the data row:
$csv->print($fh, $hashed{ $hash }); $fh->print("\n");
[download]
Comment on
Re: printing CSV to file?
Download
Code
In Section
Seekers of Perl Wisdom