#!/bin/sh output=$(perl -e 'print "hello world"'); echo $output;