my $sth = $dbh->prepare("SELECT COUNT(*) FROM kunden"); $sth->execute(); my ($count) = $sth->fetchrow_array; $sth->finish;