my $sth = $dbh->prepare ("select * from users; drop database screwme;" ); $sth->execute();