>
> My appology, I actually used "use Bar;". So my problem is name space.
> I wonder if it help hosting /test and /production by 2 separate httpd
> servers (on the same machine)?
>
Yes, (if you mean two sever processes, _not_ virtual servers) this would
help, because then you have two different p
>
> I had problem with the 'use' statement. It did not take the
> 'correct' search path:
>
> My document structure looked like this:
>
> .../test/foo.epl
> .../test/Bar.pm
> .../production/foo.epl
> .../production/Bar.pm
>
> foo.epl contained a 'use Bar.pm' statement. I expected 'test/foo.epl'
> t
Hello,
I had problem with the 'use' statement. It did not take the
'correct' search path:
My document structure looked like this:
.../test/foo.epl
.../test/Bar.pm
.../production/foo.epl
.../production/Bar.pm
foo.epl contained a 'use Bar.pm' statement. I expected 'test/foo.epl'
took 'test/Bar.p