in reply to Does IPC::Open3 uses temporary file?
There are several other CPAN modules that appear to do this in an even simpler manner than IPC::Run; IO::CaptureOutput, and System2 are two examples. I haven't used these two modules per se, so caveat programmor.
Open3 is actually pretty powerful, but with the power comes complexity -- using it feels like programming in C, and it's very easy to get yourself deadlocked if you don't manage your io handles carefully.
"If God had meant for us to think for ourselves he would have given us brains. Oh, wait..."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Does IPC::Open3 uses temporary file?
by Courage (Parson) on Dec 03, 2004 at 20:08 UTC |