$dbsql->do(q{insert into foo VALUES (1,'hello')}); #### $stsql= $dbsql->prepare($ssql); $rvsql=$stsql->execute();