problems with perl in text mode

Neubauer, Frank F.Neubauer@elmeg.de
Mon Jul 16 07:02:00 GMT 2001


Hi,

I have problems running the perl script rfc-index.pl from the CPAN archive.

What I have is a network drive mounted in text mode and a rfc-index.txt file
(MSDOS: \r\n).

The script fails to spilt up the input file at empty lines

--- cut here
    $/="";

    while (<>) 
	...
--- cut here

The perl interpreter does not accept the MSDOS-style empty line "\r\n\r\n"
as a legal empty line.

Furthermore, as the input is read in chunks rather than lines, each chunk
contains several line breaks. When they are written back using "print", the
line breaks are expanded into "\r\r\n", which indicates that they haven't
been compressed in the input side.

Are there any environment variables which might have to been set, is it a
bug, or ...?

Best regards,
Frank Neubauer


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list