soumyapanda has asked for the wisdom of the Perl Monks concerning the following question:

Am trying to connect to the SQL server installed in my system using perl script. I downloaded DBD-mysql-4.019 and DBI-1.616 and tried installing. I installed only DBI-1.616. When i tried running the code am getting the below error..Can anyone please help me in resolving the issue... DBI object version 1.607 does not match $DBI::VERSION 1.616 at C:/Perl/lib/DynaL oader.pm line 224. BEGIN failed--compilation aborted at C:/Perl/lib/DBI.pm line 268.

Replies are listed 'Best First'.
Re: Connection with MySQL using perl
by Anonymous Monk on Jul 27, 2011 at 06:25 UTC

      Actually we donot have access to download modules using ppm

      How do we solve the issue without using ppm?