in reply to Re: non-blocking IO from open("-|")ing an external program with fcntl
in thread non-blocking IO from open("-|")ing an external program with fcntl
thanks, IPC::Run looks good as it takes a callback sub to be called whenever there is output from the spawned command without blocking script flow. Which is clean solution.
|
|---|