Wagner, David --- Senior Programmer Analyst --- WGO wrote:
-Original Message-
From: C.R. [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 08, 2007 12:34
To: beginners@perl.org
Subject: Writing DOS CRLF via Unix Perl
I run a script on unix Perl to write a text file. By default,
when
On Nov 8, 2007, at 9:33 PM, C.R. wrote:
I run a script on unix Perl to write a text file. By default, when
Perl
writes "\n" it writes a line ending sequence which is native to the
current OS. How do I force this particular script to always write DOS
CRLF line endings?
A good approach is to h
From: "Wagner, David --- Senior Programmer Analyst ---
> > -Original Message-
> > From: C.R. [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, November 08, 2007 12:34
> > To: beginners@perl.org
> > Subject: Writing DOS CRLF via Unix Perl
> >
> &
On 11/8/07, C. R. <[EMAIL PROTECTED]> wrote:
> I run a script on unix Perl to write a text file. By default, when Perl
> writes "\n" it writes a line ending sequence which is native to the
> current OS. How do I force this particular script to always write DOS
> CRLF line endings?
You can't chang
> -Original Message-
> From: C.R. [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 08, 2007 12:34
> To: beginners@perl.org
> Subject: Writing DOS CRLF via Unix Perl
>
> I run a script on unix Perl to write a text file. By default,
> when Perl
> writes &
I run a script on unix Perl to write a text file. By default, when Perl
writes "\n" it writes a line ending sequence which is native to the
current OS. How do I force this particular script to always write DOS
CRLF line endings?
Thanks.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi