I tried to escape the backslashs as you recommended. the browser tries to open the page and returns THE PAGE CANNOT BE DISPLAYED (same as it did with all my other attempts)
The rest of the code is simply print<<"EOF"; all html statements (I striped the other code out) EOF If I comment out the use Win32::ODBC; line the perl script runs and opens the page. ----- Original Message ----- From: "Windjammer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 12, 2001 6:37 PM Subject: Re: [sambar] can't find perl module > 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 \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
