This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: Perl binmode problem on text mount


Christopher Faylor wrote:
You are missing the fact that the OP was reporting a real bug, apparently.

To confirm, I ran the program:


	binmode STDOUT;
	print "Hello\n";

using Perl 5.6.1-2 on Cygwin 1.5.11:

perl foo.pl > foo.txt ; od -c foo.txt

	0000000  H e l l o \r \n	# Perl 5.8.5-3 Cygwin 1.5.11
	0000000  H e l l o \n		# Perl 5.6.1-2 Cygwin 1.3.10
	0000000  H e l l o \n		# Perl 5.6.1-2 Cygwin 1.5.11

The problem appears to be related to a change in Perl, rather
than Cygwin.

How do I go about logging a bug report?

Earl



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]