Hi! I've a script that looks like this:
if ($runnung_on_mod_perl) { Apache->request->register_cleanup(\&init_globals); } Under mod_perl 1.0 works fine with Apache::Registry. Can someone give me an Example how to make a register_cleanup with mod_perl 2? Thanks a lot Denis