hey, I've been writing a DBD plugin for DBI, and was wondering why the DBI::db object that I've been creating doesn't show its contents either via Dumper or via 'x' in the database.
Is this a consequence of how DBI is programmed? Would it be easy to change to remove this limitation? After all, it would be a lot easier to program/debug my driver if I could use all of perl's debugging tools.. Ed