WikkiTikkiTavi 0.25
ActiveState Perl 5.8.4
MySQL 4.0.18-nt
Trying to create the database tables for Tavi, I get the 
error: Can't locate DBI.pm in @INC (@INC contains: 
c:/perl/lib c:/perl/site/lib .) at create-db.pl line 35. I 
can't find the file DBI.pm anywhere. I did, however, find 
DB.pm at c:\perl\lib. I changed all the references to 
DBI.pm in create-db.pl to DB.pm. Now I recieve this 
error: Can't locate object method "connect" via 
package "DB" at create-db.pl line 37. 
I'm sure it's just something stupid I'm doing wrong. Any 
help would be appreciated.