Oreilly and associates have a series of Perl books. You want to get one
called "CGI programming in Perl" or something like that.. One of the
"animal" books...
Yes you need Mod_Perl installed...

And as the other guy said you need the DBI module and the DBD::Oracle
module.
The DBI module allows Perl to interface to the database and the DBD::Oracle
module is the "driver" which tells DBI how to connect and communicate with
Oracle. So you would look for the DBD::ODBC module to access an ODBC
database etc...
You should install the DBI module first...

Ps, the cgi book goes into a little detail on how to install these into your
system as well as Mod_perl and why you want to use it.
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ezra Nugroho
> Sent: Tuesday, November 27, 2001 1:30 PM
> To: [EMAIL PROTECTED]
> Subject: apache, perl and oracle
>
>
> I need to set up apache to work with perl and oracle and I have
> no clue how
> to do it.
> I know how to install apache and mod_perl (if at all needed), but not how
> to connect it to oracle.
> Can someone show me where I can start? A site or the name or perl modules
> to install?
>
> That will be well appreciated.
>
>
> Ezra Nugroho
> Web/Database Application Specialist
> Goshen College ITS
> Phone: (219) 535-7706
>
>
> "Don't be humble, you're not that great." -- Golda Meir
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to