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


in reply to Re^5: eval "require $class" seems wrong (code)
in thread eval "require $class" seems wrong

Sorry, what's the minor mistake? I'm trying to figure out how to do this correctly. I know the bit I wrote is more verbose (I did that for clarity), but of course I want to avoid duplicate %INC checks, so could you please explain? Thanks!
  • Comment on Re^6: eval "require $class" seems wrong (code)

Replies are listed 'Best First'.
Re^7: eval "require $class" seems wrong (code)
by tye (Sage) on Aug 23, 2007 at 14:45 UTC

    Did you compare the code? It isn't much code at all, so I'd think that should be your first approach.

    The minor mistake was lack of support for modules like D'oh and Acme::Don't (hence the emphasis).

    but of course I want to avoid duplicate %INC checks, so could you please explain?

    I'm at a loss. What don't you understand about duplicate %INC checks when comparing my code examples to yours?

    - tye