in reply to Re^3: running a backticks command behaves different in command line and browser
in thread running a backticks command behaves different in command line and browser
look into IPC::Open3 and possibly IO::Pty
IMHO those are relatively low-level. Personally, I'd recommend IPC::Run, as it supports interactive communication with the subprocesses it runs and can be used in an Expect-like manner, plus a few other advanced features. I showed one example in the node I linked to.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: running a backticks command behaves different in command line and browser
by jcb (Parson) on Aug 11, 2019 at 22:44 UTC | |
by haukex (Archbishop) on Aug 12, 2019 at 10:16 UTC |