Wheel::Run and closing stdin

2003-07-25 Thread Shawn Edwards
I have some programs that I'd like to run via Wheel::Run. These potential client apps read all of their input from stdin, and when stdin closes, process the input, spew output, and close. The problem I'm having is that I'm not finding a way to close stdin for the child process under

Re: Wheel::Run and closing stdin

2003-07-25 Thread Rocco Caputo
On Fri, Jul 25, 2003 at 10:38:45AM -0500, Shawn Edwards wrote: I have some programs that I'd like to run via Wheel::Run. These potential client apps read all of their input from stdin, and when stdin closes, process the input, spew output, and close. The problem I'm having is that I'm not