Re: Perl binmode problems when redirecting to text mounts

2005-08-22 Thread Gerrit P. Haase
Igor Pechtchanski wrote: On Mon, 22 Aug 2005, Gerrit P. Haase wrote: Ok. That is why Earl already filed a bug report: http://rt.perl.org/rt3/Ticket/Display.html?id=32342 Ah, no wonder I didn't see it -- it requires authorization... Hopefully, as the Perl maintainer, you'll keep us posted

Re: Perl binmode problems when redirecting to text mounts

2005-08-22 Thread Gerrit P. Haase
Igor Pechtchanski wrote: On Mon, 22 Aug 2005, Gerrit P. Haase wrote: is there any difference when running this with CYGWIN=tty vs. notty? Can't test with CYGWIN=tty right now, but running from a cmd.exe window (with notty) and from an xterm (on a pty) both produce this problem... I

Re: Perl binmode problems when redirecting to text mounts

2005-08-22 Thread Igor Pechtchanski
On Mon, 22 Aug 2005, Gerrit P. Haase wrote: > is there any difference when running this with > CYGWIN=tty vs. notty? Can't test with CYGWIN=tty right now, but running from a cmd.exe window (with notty) and from an xterm (on a pty) both produce this problem... Igor --

Re: Perl binmode problems when redirecting to text mounts

2005-08-22 Thread Gerrit P. Haase
Igor, is there any difference when running this with CYGWIN=tty vs. notty? Gerrit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.c

Re: Perl binmode problems when redirecting to text mounts

2005-08-22 Thread Igor Pechtchanski
On Mon, 22 Aug 2005, Gerrit P. Haase wrote: > Ok. That is why Earl already filed a bug report: > http://rt.perl.org/rt3/Ticket/Display.html?id=32342 Ah, no wonder I didn't see it -- it requires authorization... Hopefully, as the Perl maintainer, you'll keep us posted on the status[*]. :-)

Re: Perl binmode problems when redirecting to text mounts

2005-08-22 Thread Gerrit P. Haase
Ok. That is why Earl already filed a bug report: http://rt.perl.org/rt3/Ticket/Display.html?id=32342 Gerrit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Perl binmode problems when redirecting to text mounts

2005-08-22 Thread Igor Pechtchanski
On Mon, 22 Aug 2005, Gerrit P. Haase wrote: > Igor Pechtchanski wrote: > > > On Sun, 21 Aug 2005, Igor Pechtchanski wrote: > > > > > > > I'm trying to make sure our perl program works with text mounts. In the > > > course of the testing, one weird problem cropped up: binmode seems to > > > have n

Re: Perl binmode problems when redirecting to text mounts

2005-08-22 Thread Gerrit P. Haase
Igor Pechtchanski wrote: On Sun, 21 Aug 2005, Igor Pechtchanski wrote: I'm trying to make sure our perl program works with text mounts. In the course of the testing, one weird problem cropped up: binmode seems to have no effect on STDOUT when redirecting to a file on a text mount. The follo

Re: Perl binmode problems when redirecting to text mounts

2005-08-21 Thread Igor Pechtchanski
On Sun, 21 Aug 2005, Igor Pechtchanski wrote: > I'm trying to make sure our perl program works with text mounts. In the > course of the testing, one weird problem cropped up: binmode seems to > have no effect on STDOUT when redirecting to a file on a text mount. > > The following consistently rep