RE: 'use' statement and search path.

2000-04-11 Thread Gerald Richter
> > 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

RE: 'use' statement and search path.

2000-04-10 Thread Gerald Richter
> > 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

'use' statement and search path.

2000-04-10 Thread Nhan H. Trinh
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