in reply to Re^2: Using regex to add a single backslash to escape quotes, instead of 2 backslashes or 0
in thread Using regex to add a single backslash to escape quotes, instead of 2 backslashes or 0
Why don't you use
$dbh->quote(...)
as the documentation suggests?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using regex to add a single backslash to escape quotes, instead of 2 backslashes or 0
by lancer (Scribe) on Jul 26, 2012 at 21:39 UTC |