#!/bin/perl
eval "exec /usr/local/bin/perl -S $0 $*"
  if $running_under_some_shell;


From: <looking.clarinet.com!grant> (Grant Robinson -- ClariNet Communications Corp, Sunnyvale, CA)
| "true" || eval 'exec /local/bin/perl -S $0 $argv:q';
| eval '(exit $?0)' && eval 'exec /local/bin/perl -S $0 ${1+"$@"}'
| & eval 'exec /local/bin/perl -S $0 $argv:q'
|  if $running_under_some_shell;

