[EMAIL PROTECTED] (Michael A Chase) wrote in
Mahogany-0.64.2-2324-20020709-102955.00@MCHASE-COMPAQ:">news:Mahogany-0.64.2-2324-20020709-102955.00@MCHASE-COMPAQ: 

> On Tue, 9 Jul 2002 09:03:42 -0400  "Kakli, Samir (S.A.)"
> <[EMAIL PROTECTED]> wrote: 
> 
>> I'm having the following problem using DBI. My perl version is 5.005,
>> and Oracle.pm version is 1.47. Can you help? 
> 
> That internal version number doesn't necessarily change with
> DBD::Oracle versions.  The DBD::Oracle version is more useful to most
> of us. You can see the DBD::Oracle version by executing this
> one-liner: 
> 
> perl -MDBD::Oracle -e 'print $DBI::Oracle::VERSION'
> 
>> -----------------CGI script------------------------
> 
> #!/usr/bin/perl -w
> ## Replace /usr/bin/perl with the correct directory unless you are
> ## suffering under MS Windows.  Under MSW, the correct directory isn't
> ## necessary since MS doesn't use #! lines.

Correction If you are using Apache and running the script, appache does 
parse the #! line for the correct location of perl. Love the fact that 
they did this but through me the first time.



> 
> ## I don't see a #! or use strict in your script.  Some prefer to
> ## remove the -w when CGI goes into production, but for testing, both
> ## should be present.
> use strict;

Reply via email to