in reply to Re: What is the preferred cross-platform IPC module?
in thread What is the preferred cross-platform IPC module?

I want file handles I can interactively read (from the target process's STDOUT) and rite (to the target process's STDIN). @Ikegami pointed out on the SO post that is possible to do this with IPC::Run; I just haven't read the docs closely enough.
  • Comment on Re^2: What is the preferred cross-platform IPC module?