RE: Full path to the perl intrepter

2003-08-26 Thread Bob Showalter
[EMAIL PROTECTED] wrote: > I'm in a very old project and my scripts are calling other scripts. I > have 3 or 4 different perl version in the server. I need to call the > sub-scripts with the some version of perl that I'm using in the > caller script. > > How to find the full path to the perl inte

Re: Full path to the perl intrepter

2003-08-26 Thread Tassilo von Parseval
On Tue, Aug 26, 2003 at 04:12:59PM +0200 [EMAIL PROTECTED] wrote: > I'm in a very old project and my scripts are calling other scripts. I have 3 > or 4 different perl version in the server. I need to call the sub-scripts > with the some version of perl that I'm using in the caller script. > > How

RE: Full path to the perl intrepter

2003-08-26 Thread Paul Kraus
If its in a UNIX env then just look at the she bang line :) #!/usr/bin/perl Then you could go to usr bin and see where perl is linked to. If you have scripts that have a different line then just use perl to search and replace with the correct line. Paul -Original Message- From: [EMAIL