I am now a perl beginner & working on Win32 system using cygwin 1.5.18-1 . with Perl version 5.8.7 .
I tested a perl script which uses DBI.( The program meant to connect to an oracle server). But an error is thrown like this :
Can't locate loadable object for module DBI in @INC (@INC contains: . /usr/lib/p
erl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/
perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/lib/perl5/vendor_
what i need to do to avoid. I hadn't seen anything about configuring DBI drivers in Cygwin, in any of the Docs.