in reply to Re: Using placeholders in SELECT LIKE %...% statement
in thread Using placeholders in SELECT LIKE %...% statement

More like
( my $escaped_this = $this ) =~ s/%/%%/g; $sth->bind_param(1, "%$escaped_this%");