in reply to Perl executables?

It's not very clear for me what you really want or why. I suppose you are on Windows, or you wouldn't have that sort of question/problem. Here are the options i know:

What I recently did on a small (~ 15 people) network is to put Perl and various little utilities on the server, and added this to the logon script:

setx PERLBIN \\Serv\apps\Perl\bin
setx PERL5LIB \\Serv\apps\Perl\lib:\\Serv\apps\Perl\site\lib
setx BIN \\Serv\apps\bin
setx PATH %PERLBIN%;%BIN%

setx can be found somewhere on the Microsoft site. It's from some resource kit.