On 12/7/06, Moon, John <[EMAIL PROTECTED]> wrote:

Can someone please give me the octal values or a method of removing ^M
from the end of an input line, if present?


Try this:
$input =~ s/\cM//g;

Reply via email to