in reply to Setting up 2 way pipe for a command

See IPC::Open2, or IPC::Open3 for reading STDERR as well.

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
  • Comment on Re: Setting up 2 way pipe for a command

Replies are listed 'Best First'.
Re^2: Setting up 2 way pipe for a command
by gw1500se (Beadle) on Jun 29, 2008 at 15:29 UTC
    Thanks. I was looking for a built-in perl method. I forgot to check for modules.