Re: Standard in (stdin) behavior. (At your convenience)

2004-10-01 Thread thierry
Hi K, don't know it this concerns you but... i give you a hint i found on the Win32 Perl Programming Book from Dave Roth: Win 32 pipes are not the same as named piped from other operating systems. A named pipe created on a Win32 machine might not necessarily allow

Standard in (stdin) behavior. (At your convenience)

2004-09-30 Thread K
Okay, I am experiencing a oddity I cannot explaine. As I have reported on several occasions I have created a external that lanuches a process simular to CreateProcess in Windows. This external provides stdin and stdout handles to be used by the parent and child for interprocess