in reply to Re^2: Replace commas with spaces between quotes, parsing CSV
in thread Replace commas with spaces between quotes, parsing CSV

Text::CSV has a pure Perl version. If you can upload your program to your server, you can also upload the module.
  • Comment on Re^3: Replace commas with spaces between quotes, parsing CSV

Replies are listed 'Best First'.
Re^4: Replace commas with spaces between quotes, parsing CSV
by BigRedEO (Acolyte) on Apr 15, 2016 at 19:23 UTC
    I don't have control of the server to which I'm logging in to create this.
      If you can write a file (your code), you can usually write a second file (the pure perl lib suggested by Laurent_R), then use lib;. If you're editing an existing file in place with no other access, then this isn't a fix.