you might try
binmode OUTPUT;
----- Original Message -----
From: "Kingsbury, Michael" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 6:07 PM
Subject: ActiveState Win32 Port of Perl.


> 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]
>


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

Reply via email to