in reply to Setting #! path using environment

You can use
#!/usr/bin/env perl

and manipulate your PATH environment variable so that the first perl found in PATH is the one you want your scripts to use.