$sth = $dbh->prepare( "Your sql statement" ) or die "yadda"; $sth->execute();