You could also try ppm , search ODBC and see what comes up. Peter ----- Original Message ----- From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 12, 2001 9:54 PM Subject: Re: [sambar] can't find perl module
> Hi Jim > I don't know if this will help but the perl module I use to connect to a > database is DBI you can install DBI via ppm, if you are using mysql you > might need to module for that as well. > > Peter > > ----- Original Message ----- > From: "Jim Kelly" <[EMAIL PROTECTED]> > To: "sambar" <[EMAIL PROTECTED]> > Sent: Friday, October 12, 2001 7:27 PM > Subject: [sambar] can't find perl module > > > > I am typing in code from a book (learning how to use perl) and it wants to > > use a module named ODBC. The code reads: > > use Win32::ODBC; > > The first line of my file tells where "perl" is located > > #!c:/sambar/perl > > I have found the ODBC module in a sub folder of perl (using activeperl) > > c:\sambar\perl\site\Win32 > > and have tried rewriting the USE line to find it > > use c:\sambar\perl\site\Win32::ODBC; (no luck) > > use l\site\Win32::ODBC; (no luck) > > use sambar::perl::site::Win32::ODBC; (no luck) > > I have even copied it into a sub folder named Win32 (no luck) > > placed in directly in the perl folder (no luck) > > > > will someone point out what I need to do to find this module? > > > > > > -------------------------------------------------------------------------- > ------ > > For unsubscription of this list send an email to [EMAIL PROTECTED] with > email > > data containing unsubscribe emailadd sambar > > > > > -------------------------------------------------------------------------- ------ > For unsubscription of this list send an email to [EMAIL PROTECTED] with email > data containing unsubscribe emailadd sambar > -------------------------------------------------------------------------------- For unsubscription of this list send an email to [EMAIL PROTECTED] with email data containing unsubscribe emailadd sambar
