in reply to Re^2: Standard handles inherited from a utf-8 enabled shell
in thread Standard handles inherited from a utf-8 enabled shell
It shouldn't happen, and i don't know any Perl version where it happens.
But the example there isn't minimal at all (why load LWP::something? that could do some dire magic) and not runnable for me (what does it read from STDIN?), so it's hard to tell.
And I'm not sure what happens on windows when you try to write binary data to a text file handle. (Linux doesn't have that distinction, and I don't use windows for programming, so I don't know what the expected outcome is. I remember one unhappy foray into windows programming where I spent several hours debugging a missing "b" in a call to open when reading files).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Standard handles inherited from a utf-8 enabled shell
by BrowserUk (Patriarch) on Mar 21, 2012 at 18:54 UTC | |
by moritz (Cardinal) on Mar 21, 2012 at 19:02 UTC | |
by BrowserUk (Patriarch) on Mar 21, 2012 at 19:24 UTC | |
by repellent (Priest) on Mar 22, 2012 at 04:41 UTC | |
by BrowserUk (Patriarch) on Mar 22, 2012 at 05:59 UTC | |
|