in reply to Re: How to add Rows/Columns in .csv using Tie::Handle:CSV
in thread How to add Rows/Columns in .csv using Tie::Handle:CSV

Sorry for being unclear
Actually what I wanted is that I can make change in a already existing .csv file without creating a new file. But it seems that I should create a new file as it would be safer.
Thanks anyways. :)
  • Comment on Re^2: How to add Rows/Columns in .csv using Tie::Handle:CSV

Replies are listed 'Best First'.
Re^3: How to add Rows/Columns in .csv using Tie::Handle:CSV
by Tux (Canon) on Jun 12, 2011 at 17:08 UTC

    And DBD::CSV is not an option either, as SQL::Statement does not support ALTER TABLE foo ADD COLUMN ... yet.


    Enjoy, Have FUN! H.Merijn