This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

problems with perl in text mode


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]