my $sth = $dbh->prepare('select w from x where y = ? and z = ?'); $sth->execute($y, $z);