#!/bin/ksh /usr/bin/perl -we ' for(1..10) { print "Perl and ksh can work together\n"; }'