in reply to Text::CSV module, writing some data on a csv.
Most likely you would be doing that either by modifying $row before pushing it onto @rows or by creating your new target row by creating it from the values in $row. Where exactly do you encounter problems?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Text::CSV module, writing some data on a csv.
by BlueStarry (Novice) on Apr 06, 2016 at 10:36 UTC | |
by hippo (Archbishop) on Apr 06, 2016 at 10:47 UTC | |
by BlueStarry (Novice) on Apr 06, 2016 at 11:02 UTC |