Just FYI - as I was working on some stuff.

The following produces a seg fault:

$dbh=DBI->connect("connection"); # proper stuff here
$dbh->disconnect;
$dbh->selectall_arrayref("Select * from some_table");

Cheers,
Dan

Reply via email to