my $sql = qq{SELECT * FROM $table WHERE (MATCH(Author) AGAINST(?)) order by Title}; $ding -> execute("\'+herman +melville\' IN BOOLEAN MODE") or die DBI->errstr;