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