in reply to Re: Re: A shebang line conundrum
in thread A shebang line conundrum

You can say this:
#!/usr/bin/env perl
If you make sure the right perl is first in your path, it will run that. This is all in the perlrun manpage.