issue in locating Dynaloader

issue in locating Dynaloader

am 31.01.2007 05:37:47 von tapas.swain

------=_Part_113841_2425611.1170218267222
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,

This is Tapas.I am very new to the perl.
I have got an error while connecting to the SQL Server
database.I have added Win32::OLE,DBI and DBD::ODBC module.I am getting error
"can't locate loadable object for module DBi in INC path.I have added
Dynaloader , Exporter and Carp in INC path.But still it is showing the
error can't locate specially the Dynaloader.
Kindly help me out on the issue.

Regards,
Tapas .

------=_Part_113841_2425611.1170218267222--

Re: issue in locating Dynaloader

am 31.01.2007 10:31:28 von ron

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, ron@savage.net.au on 31/01/2007
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company