It would probably be best to give some detail on your problem. Such as how you are installing dbi or other dbd modules and location
Thank you, Anton Kokarski -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 3:02 PM To: [EMAIL PROTECTED] Subject: Use Lib 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]
