paperlined.org
dev > perl > modules > related_modules
document updated 1 year, 9 months ago, on Jul 25, 2022

The goal is to run a command, ala system() or readpipe(), and capture the STDOUT and/or STDERR.

I find myself having to do this a lot, but especially when running basic Git commands.

these incorporate and are based on Capture::Tiny

random other ones