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");