perl in different locations on different sites -


I have a lot of Perl scripts I will support several sites that do not have the same Pearl Path (Shebang Line) .

How can I avoid changing the top Shebang line in each Perl script?

This is everything in the Unix environment.

Relationship, Gordon

The common solution is to use the command: < / P>

  #! / Usr / bin / env perl    

Comments