I am trying to access db2 udb v6.x tables on NT. I just created PERL program having one line "use DBI;" and tried to run it with perl t.pl, it gave me the following errors:
I downloaded DBI library files from IBM site.
Can't locate loadable object for module DBI in @INC (@INC contains: D:\APPS\PERL
\lib D:\APPS\PERL\site\lib .) at D:\APPS\PERL\lib/DBI.pm line 0
BEGIN failed--compilation aborted at D:\APPS\PERL\lib/DBI.pm line 182.
BEGIN failed--compilation aborted at - line 1.
Could someone help on this.
Thanks in advance
Mano.