On Wed, 31 Jan 2007 10:07:47 +0530, Tapas Swain wrote:

Hi Tapas

> "can't  locate loadable object for module DBi in INC path.I have

Perl is a case-sensitive language. In a program you must say:

use DBI; # D, B and I all in upper case.

> added Dynaloader , Exporter and Carp  in  INC path.But still it is

Don't add anything to INC.

--
Cheers
Ron Savage, [EMAIL PROTECTED] on 31/01/2007
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company

Reply via email to