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

Unfortunately, I do not seem to have any of the "Text" modules, nor will I have the option to download any of them.
  • Comment on Re^2: Replace commas with spaces between quotes, parsing CSV

Replies are listed 'Best First'.
Re^3: Replace commas with spaces between quotes, parsing CSV
by Laurent_R (Canon) on Apr 15, 2016 at 19:17 UTC
    Text::CSV has a pure Perl version. If you can upload your program to your server, you can also upload the module.
      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.