http://www.perlmonks.org?node_id=1063174


in reply to SQLite select or

 OR LOWER($select_1) LIKE '%$Word'"

Looks like you have forgotten the final % at the end of the second LIKE expression.

It should be

 OR LOWER($select_1) LIKE '%$Word%'"