Hello, I get the broken pipe message from this simple script...
use DBI;
my $dbh = DBI->connect('dbi:PgPP:dbname=test','','');
Am I missing anything?
Thanks a lot,
ruben
Hello, I get the broken pipe message from this simple script...
use DBI;
my $dbh = DBI->connect('dbi:PgPP:dbname=test','','');
Am I missing anything?
Thanks a lot,
ruben