in reply to How do I get to my new version of Perl
You can do a couple of things. One, specifically refrence the location of 5.6.1 binary in your script. Another would be to copy the old perl binary to some other name and then make a sym link to the 5.6.1 binary in the same location. This might have the effect of breaking some older scripts though. I'd be sure to test everything first before commiting to this.
Hope this helps..
Rich
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I get to my new version of Perl
by mandog (Curate) on Aug 28, 2001 at 09:43 UTC |