in reply to Capturing errors from backtick
For capturing both STDOUT and STDERR I'd suggest IPC::Run3 or Capture::Tiny. For all the details and example code see my node here.