Is it possible to load DBI using the 'use lib' function such as: use lib "./modules"; use DBI;
I want to write a program that will utilize DBI but the program will be installed on various machines where DBI is not available in the server install (not in @INC). For those servers where DBI is not in @INC, I would be using DBD::CSV and where it is available the db of choice will be MySQL (if installed). I have had luck using the 'use lib' with the various DBDs, but no luck with DBI itself. Any thoughts/mods? Nick Hendler [EMAIL PROTECTED]
