Help for this page
:/$ perl -e '$alloutput=`cmd 2>&1`; print $alloutput;' :/$
:/$ perl -e '$alloutput=`cmd 2>&1;`; print $alloutput;' sh: cmd: command not found :/$