Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Wed, 24 Sep 2003 09:50:55 +0200
From: "Gerrit P. Haase" <gp@familiehaase.de>
Reply-To: "Gerrit @ cygwin" <cygwin@cygwin.com>
Organization: Esse keine toten Tiere
X-Priority: 3 (Normal)
Message-ID: <1611931987130.20030924095055@familiehaase.de>
To: Peter M Aarestad <aarestad@netzero.net>
CC: cygwin@cygwin.com
Subject: Re: Problem with perl distro?
In-Reply-To: <3F70DD80.6040007@netzero.net>
References: <20030923.123242.15014.279252@webmail05.nyc.untd.com>
 <Pine.GSO.4.56.0309231548250.8775@slinky.cs.nyu.edu>
 <12138369181.20030923224559@familiehaase.de> <3F70DD80.6040007@netzero.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hallo Peter,

Am Mittwoch, 24. September 2003 um 01:55 schriebst du:

> Gerrit P. Haase wrote:

>> # Variables used in loop
>> my $screen = "";
>> my $fldname = "";

> Changing my script to this and using "export PERLIO=crlf" got rid of all 
> the warnings for me.  I didn't know the latter, so thanks for teaching 
> me something new today! :)

crlf is one PERLIO layer which does LF -> CR/LF conversion on
generated outputs and CR/LF -> LF on inputs.  But use with care, there
were bugs and nasty side effects (e.g. outfiles with CR/CR/LF) and I'm
not sure that all problems were fixed.

More about PERLIO in the docs: e.g. `perldoc perlio`.

You may want to use Unix line endings only for your input, that is get
rid of all CRs in your data files.


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

