Hi, Please tell me how to use the Apache::DBI module if I use mod_perl 1.999.22 RC5.
Should I use the following? use Apache2::DBI (); Where can I get Apache2::DBI in this case? (I am using Active Perl under Windows). I have tried to search for Apache2-DBI with ppm, but with no results. Or should I still use the following? use Apache::DBI (); Thank you much. Teddy