in reply to shebang and linux RH

I tend to use something similar ...

: #-*-cperl-*- eval 'exec perl -wS "$0" ${1+"$@"}' if 0;

I found that the /usr/bin/env trick doesn't work on every machine I care about while the one above does.