in reply to IPC::Run woes
So I tried
and THAT just sends everything to the STDERR processor. I'll look into the PTY module I guess. In any case, from looking at the output, it doesn't help with sychronicity. (Which was a great album, BTW)run( \@cmd, '2>pty>', sub { chomp $_[0]; print "<b><em>$_[0]</em></b>\n"; +}, '>pty>', sub { print "$_[0]"; } ) or warn("Error executing child. Child returned $?\n");
Cheers,
Terrence
_________________________________________________________________________________
I like computer programming because it's like Legos for the mind.
|
|---|