in reply to Re^2: opening '-|' on Windows
in thread opening '-|' on Windows
fork is emulated using threads but threads share file handles so you can't (without quite a bit more fakery being implemented) emulate pipes (between threads).
You should be building around something portable like IPC::Run or IPC::Open3 instead.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: opening '-|' on Windows (not impl)
by Tanktalus (Canon) on Apr 16, 2005 at 04:44 UTC |