Brett Lee wrote:
> but with mod_perl, the info in the hash tables seems to be found "every
> other refresh" (which has me stumped).
> 
> Would anyone be able to suggest a solution or reading material on this?

don't forget to check your stuff out with single-process mode,
via 'apachectl stop; apache -X'; if it's acting sporadically in
your browser, it may be because you're talking to different child 
apache servers, each in its own state of affairs...

http://perl.apache.org/guide/porting.html#Sometimes_it_Works_Sometimes_it

Reply via email to