I need a means to poll (ie: non-blocking-IO) on the handles created by the Win32 version of open3(), using the standard core perl items.
things I know that will not work:
- OPEN3 - on windows, does not return normal file handles
- select() on windows, only works on sockets
- IPC::Run() does not let me interact with the child process
Oh, I wish 'expect' was part of perl on windows - but it is not.
Any suggestions?