my $usth->'update new_table set newData=? where newID=?'; foreach (keys (%Data)) { $usth->execute( $Data{$_}, $_ ); );