in reply to Re: Re: Parsing user input into CSV table
in thread Parsing user input into CSV table

Well, if you really want plain text, then Text::CSV will work fine. It appears to handle comma escaping fine. DBD::CSV is probably overkill, as you don't seem to need SQL. I'd still at least consider DBM, though.

  • Comment on Re: Re: Re: Parsing user input into CSV table