Help for this page
my $table_lit = $dbh->quote_identifier( $table ); ... ... $sth->execute('+herman +melville');
my $table_lit = $dbh->quote_identifier( $table ); my $pattern_lit = $dbh->quote( '+herman +melville' ); ... ... $sth->execute();