under mod_perl, does the module being called in the web that create classes get cleaned up w/o calling destroy explicitly? That is, if I create a DBI handler wrapper class, closes the db connection, finish the code but never call the destroy on explicitly. Or for any Class object?
I'm using DBI not Apache::DBI. thanks, -rkl