in reply to Dynamic $^X
If I wanted to strictly control the versions of perl and modules used by my application, I would distribute the required versions with the application, to application specific bin and library directories. All the application scripts could then use the application specific perl in their shebang lines and would be immune to any changes to /usr/bin/perl or its libraries.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Dynamic $^X
by Argel (Prior) on Oct 27, 2010 at 16:41 UTC |