Stephen Neu wrote: : ... Otherwise, you have code that needs to : find Perl so it can run the code that needs to find Perl so it can run the : code that needs to find Perl so it can... etc. Or you can run "perl" on a fixer script and have it edit the script for you. That's what my solution does. It doesn't find perl, but it makes you run the perl that you want to use, and replaces shebang with that the path to that particular perl interpreter. In fact, it's lifted from what MakeMaker does when you install a module that contains executable scripts. -- tdk
- Re: Is there an alternative to #!/usr/bin/perl Jos I Boumans
- Re: Is there an alternative to #!/usr/bin/perl Nigel G Romeril
- Re: Is there an alternative to #!/usr/bin/perl Adam Turoff
- Re: Is there an alternative to #!/usr/bin/perl Paul
- RE: Is there an alternative to #!/usr/bin/perl Scott Thompson
- Re: Is there an alternative to #!/usr/bin/perl Timothy Kimball
- Re: Is there an alternative to #!/usr/bin/perl Timothy Kimball
- RE: Is there an alternative to #!/usr/bin/perl Peter Cornelius
- Re: Is there an alternative to #!/usr/bin/perl Stephen P. Potter
- Timothy Kimball