Help for this page
my $sth = $dbh->prepare("UPDATE Servers SET nic1_driver_version=? WHER +E Server=?");
$sth->execute($driver,$servlist);