proggybilly
Programmer
I am working with reading a dos file and putting the information into a database. The file however has ^M after each line and this causes the entry in the database to not match up when relating it to other tables. I need an easy way to strip off the ^M. Chomp is not doing it and when I try to use dos2unix, I get an error using it.