in reply to Perl DBI issue

You may not have caught on to what DBI really is. It's a uniform interface to any number of database specific modules. There is one DBI, and many DBD modules. There is even a template DBD called DBI::DBD, in case you come across a database for which a DBD doesn't exist, and you'd like to be able to access it through DBI.

If you look at the DBI documentation, the Description section starts with the following:

Even before that, there's the following suggestion:

Clear?

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds