in reply to Re: #!perl Question
in thread #!perl Question

Then we just need a program called "envfinder" to find the path to "env":

#!/usr/bin/envfinder env perl

And if you want to make sure that it works even in systems that put envfinder in nonstandard locations:

#!/usr/bin/envfinderfinder envfinder env perl