Looking for PERL documentation

Started by Teresa Hasheminejadalmost 23 years ago2 messagesgeneral
Jump to latest
#1Teresa Hasheminejad
geek@destyni.com

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

#2Hubert Lubaczewski
hubert.lubaczewski@eo.pl
In reply to: Teresa Hasheminejad (#1)
Re: Looking for PERL documentation

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