in reply to Safely capturing the output of an external program
For running an external program, I usually grab Capture::Tiny. The only times I have issues with Capture::Tiny is when using threads and that's due to Capture::Tiny not being thread safe.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Safely capturing the output of an external program
by AppleFritter (Vicar) on Mar 09, 2020 at 08:03 UTC |