in reply to Database Output Comma Delimitted w/quotes
Don't think there is a module for that
print OUTPUTFILE '"',join('","',@dataRow),'"' if (@dataRow); print "\n";
UPDATE: Removed double if. Thanks Ikegami.
2ND UPDATE: Also I seem to have missed that AnonMonk uses a hash for the rows. So I have to withdraw my solution and only comment that probably an array would have been better to store the fields
|
|---|