G'day ric00015,
Welcome to the monastery.
For capturing STDOUT and STDERR, take a look at Capture::Tiny. It's SEE ALSO section lists many other similar modules which may be of interest.
To get a filehandle to STDIN, consider open with '|-' mode.
Look at Tk::fileevent to create non-blocking read/write callbacks for your filehandles.
perlipc provides other options for inter-process communications.
-- Ken
In reply to Re: I want to run a script from another script, use the same version of perl, and reroute IO to a terminal-like textbox
by kcott
in thread I want to run a script from another script, use the same version of perl, and reroute IO to a terminal-like textbox
by ric00015
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |