DBI needs to be installed. If you think it is installed, it needs to
be in the @INC path.
Run a program and 'print join(":", @INC)'. Is DBI.pm in any of those
directories? No? Where is it? Maybe you can 'use lib
qw(/directory/where/DBI.pm/is/);'
but its better if DBI is installed correctly.
And that's not even considering where the DBD::* module is or whether its
installed. Because you'll need a DBD also.
-----Original Message-----
From: Liu, Jenny [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 15, 2001 8:43 AM
To: 'dbi '
Subject: DBI.pm eror
Hi
When I tried to execute the perl program, I got the following error message.
Could anyone help?
Thanks
Jenny
Error message:
Can't locate DBI.pm in @INC at c:\hcis_conversion\conversion_hms_2.1.6.pl.