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


in reply to "use"ing different versions of same perl module

If the module in question uses its own namespace I think you are SOL, unless you are willing to do some recoding. If it loads stuff into the current namespace only you could probably get away with it by loading it in the main program then deleting it from %INC, or do a 'do' in the sub module...

                - Ant
                - Some of my best work - (1 2 3)