#!/bin/sh if [ -f /usr/local/env.sh ]; then . /usr/local/env.sh fi exec perl -wx "$0" "$@" #!/usr/bin/perl -w ....