On 6/6/07, Martin Thurn via RT <bug-IPC-Run3@rt.cpan.org> wrote:
Show quoted text> Is there any chance you could enhance IPC::Run3 to allow the IO
> sink/source to be an IO::String handle?
Like the attached patch?
Note that when you do:
my $io = IO::String->new;
...
run3 [ qw/some program/ ], \undef, $io;
you must rewind $io in order to read what some program "wrote" on it -
just like when $io were a real filehandle.
Cheers, Roderich