#!/usr/bin/perl -w use strict; print 'here is an output string'; #### #!/bin/sh output = `perl_test` echo $output