On Fri, 20 Jun 2003 18:24:00 -0700 (PDT)
Teresa Hasheminejad <geek(at)destyni(dot)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