From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16901 invoked by alias); 24 Sep 2003 07:44:52 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 16887 invoked from network); 24 Sep 2003 07:44:50 -0000 Received: from unknown (HELO koeln.convey.de) (62.138.63.18) by sources.redhat.com with SMTP; 24 Sep 2003 07:44:50 -0000 Received: from familiehaase.de (62.227.229.25:4804) by koeln.convey.de with [XMail 1.17 (Win32/Ix86) ESMTP Server] id for from ; Wed, 24 Sep 2003 09:44:48 +0200 Received: from 192.168.1.1 (192.168.1.1:4801) by familiehaase.de with [XMail 1.15 (Win32/Ix86) ESMTP Server] id for from ; Wed, 24 Sep 2003 09:51:00 +0200 Date: Wed, 24 Sep 2003 07:55:00 -0000 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <1611931987130.20030924095055@familiehaase.de> To: Peter M Aarestad 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> <12138369181.20030923224559@familiehaase.de> <3F70DD80.6040007@netzero.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg01522.txt.bz2 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/