my $sth = $dbh->prepare( "SELECT * FROM my_table WHERE description LIKE ? OR shortdescription LIKE ? OR name LIKE ?" ) || die "Error: " . $dbh->errstr;