X-Spam-Check-By: sourceware.org Date: Tue, 23 May 2006 00:12:21 -0700 From: Yitzchak Scott-Thoennes To: cygwin AT cygwin DOT com Subject: Re: perl reading ^M on text mounts Message-ID: <20060523071221.GB756@efn.org> References: <3E1FDC960FE04A4E96892B9023622A4E06A6FC96 AT de010369 DOT de DOT ina DOT com> <44491015 DOT 4060504 AT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Sun, Apr 23, 2006 at 12:28:52PM +0000, Michael Lemke wrote: > Dave googlemail.com> writes: > > > > > Have you tried setting the environment variable PERLIO? I'm not a heavy > > PERL user, but I tend to have > > > > PERLIO=crlf > > > > if I'm likely to see CRLFs. > > Thanks, I tried that. It indeed seems to remove the \r but independent of the > mount mode of the disk. I googled a bit and found an old thread about this > where Max Bowsher sums it up in http://www.mail-archive.com/cygwin AT cygwin DOT com/ > msg22668.html What a mess. And no solution it seems. The perl docs say a > simple open X, file; opens the file in text mode. So I expect the subsequent > read (and chomp) to treat a \r according to mount mode of the file system. > PERLIO=crlf changes it for all files. Is it just me or do other people also > feel this is broken? Yes, it's broken, but with no good solution that I know of. -- 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/