On Thu, May 02, 2002 at 03:08:28PM -0400, James L Godwin wrote:

>      When I try to do a DBI->Connect, however, I get the following
> message which seems to imply that 
> something hasn't been installed properly:
> Can't locate auto/DBI/CONNECT.al in @INC (@INC contains: C:/Perl/lib
> C:/Perl/site/lib .) at testinstall.pl line 14
>       I cannot find the CONNECT.al module on my system anywhere, I've
> searched Perl and DBI documentation, and I searched at least some of the
> several listserv archives, but so far I've found nothing to help track
> this down.   What am I missing?  Can someone point me in the right
> direction?

Perl is case-sensitive.  Try DBI->connect().

Ronald

Reply via email to