Daz Diggler <darren.chambers@powergen.co.uk> writes:
> I'm working on a database driven web project at work. All I want to do
> is write a perl script to plonk some input into a postgres
> DB on a linux box. The client machines will be HP SUN & AIX; thing is
> I only need to install the perl PG module & it's pre-requisite libpq
> libraries.
Why not use DBD::Pg? This is all you should need to write perl
programs.
Cheers,
jas.