Re: apache, perl and oracle

2001-11-28 Thread Leonard den Ottolander
Hello Ezra, > 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. Prebuilt rpm's for RedHat can be found via your local mirror. They are not

RE: apache, perl and oracle

2001-11-27 Thread Rodney Fulk
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 Per

Re: apache, perl and oracle

2001-11-27 Thread mike
November 27, 2001 Use the Perl::DBI module (I think RedHat 7.1 included an RPM for it) and find a Perl DBD::Oracle module at your local CPAN site. Install and read their documentation. Regards, Mike Anderson On Tue, 27 Nov 2001, Ezra Nugroho wrote: > I need to set up apache to work with perl