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?

Yes, read the module file and eval it.

What are you trying to do? What's the end goal?

  • Comment on Re^3: How can I prevent a module from being added to the %INC hash?
  • Download Code

Replies are listed 'Best First'.
Re^4: How can I prevent a module from being added to the %INC hash?
by jacques (Priest) on Oct 04, 2006 at 07:32 UTC
    It looks like ammon already solved it. I was attempting to do something similar to Devel::Loaded
      You don't want your Devel::Loaded to show up in the module dump? You're better off just filtering it out when dumping!