I'm reading in a Unix-style (terminated) file to change one line.  However,
the output is with DOS mode Ctrl-Ms...  anyone know how to prevent this?
With the exception of the match, I'm pretty much doing

while ( <INPUT> ) {
        print OUTPUT $_;
        }


and getting the Ctrl-Ms...

-mike

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to