in reply to Install Win32::ODBC in Strawberry Perl
If you want to access an ODBC database, note that DBD::ODBC already is installed with Strawberry Perl.
If you want to install Win32::ODBC for another reason, just run the following command:
cpan path\to\Win32-ODBC-0.035.tar.gz
Or do the installation half-manually:
cpan .
Or do the installation steps separately if you encounter errors:
perl Makefile.PL
gmake test
gmake install
|
|---|