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

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.

Replies are listed 'Best First'.
RE: Need help on Perl : DBI
by little (Curate) on Oct 13, 2000 at 20:11 UTC
    You might wnt to look at Active States Perl distribution for Winxx sytems and the availöable modules. The error that occured inicates, that your DBI installation failed.
    Have a nice day
    All decision is left to your taste
A reply falls below the community's threshold of quality. You may see it by logging in.