in reply to Setting #! path using environment

You could write a helper program, say dev_perl_exec in C or a similar language, which runs $ENV{DEV_PERL_PATH} and passes its stdin to this program, and use it as

#!/.../dev_perl_exec
So you basically would emulate the /bin/env trick, but not requiring that the "correct" Perl is in the PATH.

-- 
Ronald Fischer <ynnor@mm.st>