Thanks for the answer.
Where can I find this modules: DBI and DBD::Pg are classes ...?>?
sorry i don't know how to do it...i really nead to know for
a university project!!
... and why can I acces your webpage?
> http://tolikus.hq.aaanet.ru:8080
___
Hi. I need to know if I configure my psql with perl library I also need
the DBI::Pg class for quering my database in psql?. The following example
will work?
--
use DBI;
$dbh = new DBI( 'dbi:Pg:database;host', 'user', 'secret' );
if( ! $dbh->dbh ){
echo "Could not connect to the databas