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