Please post your code. Your Perl code, that is. Until then, I'd hazard a guess that the SQL LIKE operator is not what you want, as it uses a pattern to search for in a column value, whereas your column value is the pattern to be searched for in the answer string.
I think you need to look for a pattern in the answer string using Perl.
In reply to Re: Wildcards, SQL and Perl
by pbeckingham
in thread Wildcards, SQL and Perl
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |