- Perl ODBC access to Foxpro requires the Win32::ODBC module. Add this module using cpan. Here’s a link to help on that: http://www.cpan.org/modules/INSTALL.html. Basically, invoke cpan from command line, then type install Module::Name. Note that module names are case sensitive.
- Good resource on Win32::ODBC calls: http://www.roth.net/perl/odbc/docs/object/#Top