in reply to Forcing modules to reload from a specific location

You have two options, either you can change the @INC variable as your script starts up so it loads the correct module which I describe in my answer to a similar question or you can use the only module to load a specific version of a module or even load multiple versions of a module.

HTH

  • Comment on Re: Forcing modules to reload from a specific location