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.


Reply via email to