`which perl` -x $0 $* #### perl -x $0 $* #### #!/bin/sh eval 'exec perl -S $0 ${1+"$@"}' if $running_under_some_shell; # regular perl code follows here #### #!/bin/sh -- # -*- perl -*- -wT