in reply to
Usage of IPC::Open2 ...
If all you want is code that interacts with a command like this (such as 'bash'), I would recommend foregoing all of this and using the
Expect
module.
Comment on
Re: Usage of IPC::Open2 ...
Replies are listed 'Best First'.
(jcwren) Re: (2) Usage of IPC::Open2 ...
by
jcwren
(Prior)
on Nov 26, 2000 at 20:29 UTC
If you decide to use
Expect
, and you need to differentiate the STDOUT from the STDERR,
(jcwren) RE: How to split output using Expect.pm
has an idea that may possibly be of use to you.
--Chris
e-mail
jcwren
[reply]
In Section
Seekers of Perl Wisdom