Let\'s say I want to run an external program from my script with backticks and at the same time I want to capture both STDOUT and STDERR but in two different variables. How can
IO::CaptureOutput
is a very convenient wrapper for what you want to do.