shushant has asked for the wisdom of the Perl Monks concerning the following question:

hello monks

I am working on text to csv , and the problem I am facing is that when ever there is a user input comma , it puts " (inverted commas ) in front of every word >

I have read text :: csv CPAN , but it also has the same problem . I just need a way to remove these quotes from my csv .

Replies are listed 'Best First'.
Re: Text to CSV with user input comma
by hdb (Monsignor) on Jun 28, 2013 at 07:49 UTC

    What is 'it' in 'it puts " (inverted commas ) in front of every word ' ?

      it means the CPAN code

        Would you mind being more specific? Can you tell us which module you are using and show a few lines of the code where you use it?

Re: Text to CSV with user input comma
by Anonymous Monk on Jun 28, 2013 at 07:53 UTC