I have a large code base (which runs under mod_perl) to which I would like to add some debugging code.
I would like to be able to run a bit of code everytime DBI is used to connect, prepare or execute. How can I add this debugging code _without_ editing every call to those methods and _without_ editing the DBI module itself.
Start Free Trial