my $sth = $dbh->prepare($sql); $sth->execute || $error->LogError("whatever ".$dbh->errstr, 0); my $recs = $sth->fetchall_arrayref; my $count = @$recs;