![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^5: DBI search for forward slashby haukex (Bishop) |
on Nov 08, 2020 at 08:34 UTC ( #11123495=note: print w/replies, xml ) | Need Help?? |
You forgot to pass $string to ->execute as a value for the placeholder. $sR2->execute($string); works as expected.
In Section
Seekers of Perl Wisdom
|
|