in reply to How do I pipe a Win32::API Process to a handle?

Take a look at IPC::Open2 and IPC::Open3.

By looking at the example code for Win32::GUI Chatterbox client, it must be quite clear that must work on Windows.

Oh, and it works bidirectional, too.

  • Comment on Re: How do I pipe a Win32::API Process to a handle?