$sth = $dbh->prepare('SELECT * FROM modules WHERE module LIKE ? AND code LIKE ?'); $rv = $sth->execute('%v%', '%x%');