qx/STRING/ `STRING` A string which is (possibly) interpolated and then executed as a system command with "/bin/sh" or its equivalent. Shell wild- cards, pipes, and redirections will be honored. The collected standard output of the command is returned; standard error is unaffected. In scalar... <<<<< SNIP >>>>> ...To capture a command's STDERR and STDOUT together: $output = `cmd 2>&1`;