On Sat, Mar 06, 2004 at 12:52:33 +0000,
Sam Barnett-Cormack <s(dot)barnett-cormack(at)lancaster(dot)ac(dot)uk> wrote:
> In my perl scripts, I have:
>
> use DBI;
> use DBD:Pg;
>
> So maybe this is what you need?
Pg.pm is an alternate perl module that is closer to libpq than DBD::Pg.