Although I can't answer your question, I would like to let everyone know that as a new Sambar server user, I have been blessed to be reading all the great, informative instructions here on the list. I hope that everyone is patient with me, as I plan on asking a few questions over the next few days. This really seems like a great group of users of an awesome piece of software!
Jeff [EMAIL PROTECTED] ----- Original Message ----- From: "Jim Kelly" <[EMAIL PROTECTED]> To: "sambar" <[EMAIL PROTECTED]> Sent: Friday, October 12, 2001 6: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
