in reply to Re^8: mod_perl & BerkeleyDB. Need help.
in thread mod_perl & BerkeleyDB. Need help.
This is very strange code. Your class makes an object that is a reference to itself, and then does nothing with it. Don't make an object if you aren't going to use any methods. Put these things into globals instead.