in reply to Re^2: How can I prevent a module from being added to the %INC hash?
in thread How can I prevent a module from being added to the %INC hash?

Yup, that does seem to work. I swear I tried exactly that yesterday and it didn't work. I suspect the cost of string eval will be very small compared to the cost of loading and compiling the module.
  • Comment on Re^3: How can I prevent a module from being added to the %INC hash?
  • Download Code