Help for this page
$ perl -e '$command = "./hello.sh"; $out = `$command`; print $out, "\n +";' hello world!