in reply to Trouble establishing a dialogue between Perl and PostgreSQL
my $db=DBI->connect("dbi:PgPP:dbname=testdb;host=localhost", 'postgres +','xxxxxxxxx') or die DBI->errstr; [download]