I'm not positive but try ...
 c:\\sambar\\perl\site\\Win32::ODBC;

Jim Kelly 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