in reply to Re^2: Need to create CSV using Text::CSV
in thread Need to create CSV using Text::CSV
It will create an extra empty line in between each record.
Yes, exactly. The OP wrote:
I got the following input:
a,b,c,d,e,f....etc.
I was hoping something like this:
a,b
c,d
e,f
etc...
showing a blank line between each pair of output lines — from which I took it that the extra line was a requirement. But see the caveat at the end of my post.
Regards,
Athanasius <°(((>< contra mundum
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Need to create CSV using Text::CSV
by CountZero (Bishop) on Jun 17, 2012 at 14:28 UTC | |
|
Re^4: Need to create CSV using Text::CSV
by oldwarrior32 (Sexton) on Jun 17, 2012 at 17:14 UTC | |
by Tux (Canon) on Jun 18, 2012 at 06:41 UTC | |
by oldwarrior32 (Sexton) on Jun 18, 2012 at 13:08 UTC |