in reply to Re^2: Semicolon delimited to Comma delimited
in thread Semicolon delimited to Comma delimited

The solution really boils down to a choice between:

  1. use Text::CSV;
  2. Rewrite Text::CSV in your own words, and then slowly rediscover and re-solve all the unexpected tricky bits while providing support for who knows how long.
  • Comment on Re^3: Semicolon delimited to Comma delimited