in reply to Name-Space problems migrating to Apache::Registry

you could change use to eval "require 'Some::Module'" to bring it in at runtime. use brings it all in at compile time.

Replies are listed 'Best First'.
Re: Re: Name-Space problems migrating to Apache::Registry
by edan (Curate) on Mar 10, 2004 at 13:52 UTC

    True, but it doesn't solve the problem. perl will still only 'bring it in' once, since it has the same name. I need to have the CGI use a different module (which has the same name currently) for each instance. I'm beginning to think the Reverse Proxy solution is the best, unless someone else comes up a with a brilliant plan...

    --
    edan (formerly known as 3dan)