Thread: Looking for PERL documentation

Looking for PERL documentation

From
Teresa Hasheminejad
Date:
I am a new user of PostgreSQL. I have installed it and composed my
database as required, however, I am interested in building a web interface
with PERL, and I was hoping that someone out there has come across a
PERL/PostgreSQL site that discusses how to make the two interact. I've
looked at the documentation at postgresql.org, but was hoping I could find
something that focuses on the lifecycle development of a PERL interface
with Postgres. Any help is surely appreciated.

Thanks :)
Teresa

Re: Looking for PERL documentation

From
Hubert Lubaczewski
Date:
On Fri, 20 Jun 2003 18:24:00 -0700 (PDT)
Teresa Hasheminejad <geek@destyni.com> wrote:

> with PERL, and I was hoping that someone out there has come across a
> PERL/PostgreSQL site that discusses how to make the two interact. I've

it's not exaclt postgresql question - it's perl question.

you should download, build and use:
DBI
DBD::Pg
both can be easily found on www.cpan.org.

afther this: man DBI, man DBD::Pg.

depesz