in reply to Re^6: MSSQL/Perl
in thread Re^4: MSSQL/Perl

You should read about code tags when submitting a post here. The error "DBI version 1.609 required--this is only version 1.35" seems fairly straight forward to me. You are using a DBD::ODBC version that requires DBI 1.609 and you've only got DBI 1.35. Either upgrade DBI then rebuild DBD::ODBC or downgrade DBD::ODBC (the former is better in my opinion).

Replies are listed 'Best First'.
Re^8: MSSQL/Perl
by tma2620 (Initiate) on Oct 03, 2013 at 02:01 UTC
    my home library which I am using in the code has the latest DBI and DBD:ODBC. How can I override the old installation of DBI which is getting picked up from the common repository.  use lib "/home/myhome/lib";