http://www.perlmonks.org?node_id=929042

S0ldier has asked for the wisdom of the Perl Monks concerning the following question:

Hi!

I'm new to perl programming and i have this problem : I'm trying to write an apache handler for the response phase.

This Handler is caricated at the apache startime and instantiate a litle bit variable that can be used by all the request. I want change a variable by one request and the another request have to read the updated value of the variable. This not succed...but...if a reload de page eight time the value is updated on all the request :O!!!How this can happean???This is some configuration parameter to set??? Or my code is not right...:(.

If help i can post the code.

I hope you can help me...

Thanks in advatage.

MB.