in reply to Re: Re: Use of IPC::Run rather than system()
in thread Use of IPC::Run rather than system()
Thanks for that - note however that in addition to capturing STDOUT/STDERR, I still need to have the STDIN/STDOUT/STDERR of the external program connected to the terminal where the person is running the script, in case the external program requires input from the user, and so that any output is immediately visible to the user, in addition to being saved in the scalar(s).
I'll try your recommendation out though - maybe it does give me what I want.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Use of IPC::Run rather than system()
by Aristotle (Chancellor) on Jul 16, 2003 at 18:33 UTC | |
by IlyaM (Parson) on Jul 16, 2003 at 19:18 UTC | |
by gmarler (Sexton) on Jul 17, 2003 at 02:04 UTC | |
by IlyaM (Parson) on Jul 17, 2003 at 07:18 UTC |