On Thu, 23 Aug 2001, Jeremy Howard wrote:

> Stas Bekman wrote:
> > Something forces the reload of your files. I'd suggest putting something
> > like:
> >
> > use Carp;
> > cluck("I was loaded");
> >
> > in one of the files
> > run the server in single server mode (httpd -X)
> > and check the trace on the second reload.
> >
> Nice idea. You might also try 'warn "@INC"' in one of your modules to see
> what the include path looks like. You might have a path appearing twice in
> @INC.

Hmm, let's say I do have some path twice. What gives? It's %INC that
matters here and not @INC. Or do you mean something else?


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://localhost/      http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


Reply via email to