in reply to Re: Perl csv insert with special character
in thread Perl csv insert with special character

Seriously getting someone else do my work will be the last thing in my mind. Spent half day resolving this then finally decided to get experts help.

I have typed each line here manually since I can't copy paste from my work laptop. Out of 500 codes of line I have written here what was relevant to my question. Code does work but somehow speical character gets ignore or something else. For which I though TEXT::CSV -> parameter and sample data will be more than enough.

  • Comment on Re^2: Perl csv insert with special character

Replies are listed 'Best First'.
Re^3: Perl csv insert with special character
by Anonymous Monk on Dec 30, 2014 at 23:36 UTC
      insertRecords sub gets $file value from the main sub, since multiple file exist, I'm shift after each iteration.
      &insertRecords ($file);