#!/bin/ksh # If ksh isn't available for all platforms, use /bin/sh, # but test the the argument quoting below -- not # all /bin/sh are created equal... # have this be file ~/bin/perl ARCH=`uname` exec ~/bin/perl-$ARCH "$@"