in reply to Re: 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
sub sql_escape { my $text = shift; $text = DBD::_::db->quote ($text); return $text; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using regex to add a single backslash to escape quotes, instead of 2 backslashes or 0
by Corion (Patriarch) on Jul 26, 2012 at 18:26 UTC | |
by lancer (Scribe) on Jul 26, 2012 at 21:39 UTC |