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 From: "Gerrit P. Haase" Organization: convey Information Systems GmbH To: cygwin-apps AT cygwin DOT com Date: Fri, 24 Aug 2001 17:53:08 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: perl + automode.o Reply-to: cygwin-apps AT cygwin DOT com Message-ID: <3B869484.6253.36FAB1@localhost> X-mailer: Pegasus Mail for Win32 (v3.12cDE) Hi, I compiled a version of miniperl with automode.o linked in. First tests shows that it adresses the CR/LF problem. Please get a version and do some more testing. I only used this little testscript yet (cr.lf.pl) on textmounts: ===== #!/usr/bin/miniperl # cr.lf.pl - testscript rename("file2.txt","file1.txt"); open(F1,"file1.txt"); open(F2,">file2.txt"); while() { # have to use chomp; chop; print F2 $_ . "\n"; to get it to work print F2; } close(F1); close(F2); ===== Since my ISP is more up than down with his servers, i mail you a copy, on request only. Thanks, Gerrit -- =^..^=