| delorie.com/archives/browse.cgi | search |
| 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: | <mailto:cygwin-apps-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin-apps/> |
| List-Post: | <mailto:cygwin-apps AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-apps-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/lists.html#faqs> |
| Delivered-To: | mailing list cygwin-apps AT sources DOT redhat DOT com |
| From: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
| 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 |
| 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(<F1>) {
# 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
--
=^..^=
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |