in reply to Re: How can I (safely) use packages of the same name but different versions?
in thread How can I (safely) use packages of the same name but different versions?
The real problem is similar to a dynamic plugin system, but I do not want the residual effects of loading a package (permanently modifying the symbol table) that exists elsewhere.# figure out package name as $pkg eval "require $pkg;";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How can I (safely) use packages of the same name but different versions?
by samtregar (Abbot) on Mar 11, 2008 at 21:24 UTC | |
by xevian (Sexton) on Mar 11, 2008 at 22:00 UTC | |
by samtregar (Abbot) on Mar 11, 2008 at 22:40 UTC |