in reply to using "#!/<perlpath>/bin/perl" to exec a shell script?
I don't know if this will help for your case, but the method we came up with was something like this:
Setting it up and keeping things straight as new machines are brought online is pretty simple once you get used to it, and maintaining the different binary installations is something we'd have to do in any case -- this arrangement actually makes that part a little easier to manage, I think.
The same basic approach also covers "/common/lib" and a few other things where different versions of files need to be sorted out according to what kind of machine is using them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using "#!/<perlpath>/bin/perl" to exec a shell script?
by cadphile (Beadle) on Oct 04, 2007 at 04:14 UTC | |
by graff (Chancellor) on Oct 04, 2007 at 04:57 UTC |