$sth = $dbh->prepare("UPDATE table SET column=? where ID=Wert;"); $sth->execute($Skalar); $sth->finish();