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.
[...] I've implemented a shutdown_stdin() method for POE::Wheel::Run. It closes the child process' STDIN handle. It's been committed to CVS, and it will appear in the next CPAN release. -- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/
