Ian G. Tyndall wrote:
> Thanks for the quick responses!
> 
> For argument sake, I went ahead and added the following to the top of
> one of the problem scripts:
> 
>  my $r = shift;
> $r->no_cache(1);
> 
> And it didn't fix it.

if that didn't work then you might be experiencing variable sharing
problems, not caching of the http sort.  see

http://perl.apache.org/docs/1.0/guide/porting.html#Description
http://perl.apache.org/docs/general/perl_reference/perl_reference.html#Remedies_for_Inner_Subroutines

which applies to both mod_perl 1 or 2 wrt Registry.pm

HTH

--Geoff

Reply via email to