Tagged Questions
5
votes
8answers
17k views
In Perl, how to do you remove ^M from a file?
I have a script that is appending new fields to an existing CSV, however ^M characters are appearing at the end of the old line so the new fields end up on a new row instead of the same one. How do ...