$ perl -e '$command = "./hello.sh"; $out = `$command`; print $out, "\n";'