in reply to IPC::Open3

If you're interested in IPC::Open3, you might want to check out IPC::Run. It's a lot higher level interface, but doesn't run on Windows (or anywhere else that select() is limited or unavailable). Anyone feel like porting perl's select() to Windows for files & pipes? ;-). - Barrie