in reply to DBI vs Apache::DBI

Hi, are you running your Perl code under mod_perl in an Apache server? That is the only thing that module is designed for unless it's changed a lot. If that's not where your code is running there is no reason to use or load the module.

Hope this helps!


The way forward always starts with a minimal test.