... WHERE file_02.Termination LIKE ? | ); $sth_match->execute('%something%') or die "Cannot execute: " . $sth_match->errstr(); DBI->trace(1); ...