Hey Jim,
Im not possitive but I have played with this before and I believe that the 
version of
perl that is distributed with Sambar does not have the win32 module.
I believe you want to download and install a version of active state perl 
to get
all the works. Not that I have used the ODBC stuff before but I did have a 
need
for active state and I would recommend laying it down outside of your sambar
install for future update reasons, ie; c:\asperl or c:\program files\asperl\
With this you can continue using the sambar canned version along with active
state when needed. Just reference your perl.exe locations differently in your
scripts.

In addition you can visit the activestate.com website for tons and tons of doc
on what you can do with it.. Last time I looked at it, it would be a full 
time job
going through it all, but they have some nice search facilities to locate 
what you
are looking for.

Danny

At 10/12/2001 06:27 PM, you wrote:
>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

Reply via email to