I have a text file which contains a | delimited list. The text within the list contains "\r" (Carriage Return) represended as ^M in XEmacs. Using "\n" as my end of line does not work as it sees the "\r" as a "\n" also.
I have tried to pull up the specific characters in the text file in a binary editor to determine the difference in the characters without success. Any ideas from the Perl monks?