Somewhere along the line, my DBI installation broke. I'm running ActiveState perl 5.6.1 on windows 2000, and when I run my script, I get this:
install_driver(ADO) failed: Can't locate DBD/ADO.pm in @INC (@INC contains: C:/ erl/lib C:/Perl/site/lib .) at (eval 1) line 3. Perhaps the DBD::ADO perl module hasn't been fully installed, or perhaps the capitalisation of 'ADO' isn't right. Available drivers: ExampleP, ODBC, Proxy. Now, I'm pretty sure I've got ADO installed. I installed MDAC 2.6, and Win32-ADO, which is all I know how to do. If I look in my perl directory, ADO.pm is in the Win32 directory, not the DBD directory, but that's how the default installation went. What gives?
