![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^3: DBI search for forward slashby Corion (Patriarch) |
on Nov 08, 2020 at 03:08 UTC ( #11123490=note: print w/replies, xml ) | Need Help?? |
But = only compares for identity. You want LIKE, and you want the % placeholder:
... or, with placeholders:
(and then in the ->execute() call, add the placeholders to your search string)
In Section
Seekers of Perl Wisdom
|
|