my $stmt = "SELECT * FROM Kunden"; my $sth = $dbh->prepare($stmt); $sth->execute();