Hello, I have a CGI-based app that currently uses Apache::Registry and Apache::DBI to access/manipulate data in a mysql DB. I am considering rewriting it to use Class::DBI and would like to know what sort of mod_perl-related problems, if any, I am likely to encounter - assuming that I code the CGI correctly :-) I would run the new Class::DBI version as I CGI without mod_perl first and then switch to Apache::Registry etal - that's how the current version came to run under mod_perl.
Thanks, Warren