in reply to Re^3: Appending data to large files
in thread Appending data to large files
END
> <Column 1>
Data 1
> <Column 2>
Data 2
$$$$
Etc.
In your example Kyle, 'insert csv stuff here' puts it after the $$$$ and i need it before.
Thanks.
* UPDATE *
Since my CSV is autogenerated at runtime, i do not know how many columns there will be, is there any way of using Text::CSV to extract a 'header' row?
TIA.
* END *
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Appending data to large files
by kyle (Abbot) on Jan 14, 2009 at 13:33 UTC |