in reply to Re^3: 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?
My::Package::foo(); ... NEW::My::Package::foo(); ... My::Package::foo(); # this one I want to use the old codebase always, + even if someone called the NEW:: version at some point.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: How can I (safely) use packages of the same name but different versions?
by samtregar (Abbot) on Mar 11, 2008 at 22:40 UTC |