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