$x="hello\n\rWorld"; $k=chr(13); $x=~s/$k//g; print $x; [download]
In reply to Re: Removing Carriage returns from text files by Elliott in thread Removing Carriage returns from text files by Anonymous Monk