Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Sat, 25 Aug 2001 13:38:19 -0400 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: perl + automode.o Message-ID: <20010825133819.G21709@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <3B869484 DOT 6253 DOT 36FAB1 AT localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <3B869484.6253.36FAB1@localhost>; from freeweb@nyckelpiga.de on Fri, Aug 24, 2001 at 05:53:08PM +0200 On Fri, Aug 24, 2001 at 05:53:08PM +0200, Gerrit P. Haase wrote: >Hi, > >I compiled a version of miniperl with automode.o linked >in. First tests shows that it adresses the CR/LF problem. I don't think that compiling a general purpose programing package like perl with automode is a good solution. It just pushes the CRLF problem onto a different class of users. I wonder if just changing 'chomp()' to eat crlf would be sufficient for cygwin? cgf