in reply to Re^2: #! -- why doth thou exist?in thread #! -- why doth thou exist?
$ cat foo.pl #!/usr/bin/perl print "$]\n"; $ ~/bin/perl foo.pl [download]
will run ~/bin/perl, and not /usr/bin/perl. I think this is good more often than not.