http://qs321.pair.com?node_id=673608


in reply to How can I (safely) use packages of the same name but different versions?

Problem 0: your technique doesn't work at all. Modifying @INC won't change what function is called, it only affects require and use.

I think you need to slow down - what's the real problem you're trying to solve? Are you trying to create a dynamic plugin system?

-sam