![]() |
|
P is for Practical | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Last Update: BrowserUK: this reproduces the errors, err, warnings I've received
1. The "\b" is not the problem... It used to work before my "\Q...\E" problem. 2. The code is a real copy-paste from my program. What i've ommited was unimportant (for example, DB queries, what i do with the return value, etc...).
3. I don't know why you say the content of $regex has to have "double slashes"... below is an example where the content of $x has only 1 slash and the printed version has 1 slash too Update:Ok, I know the two, '\b' and "\\b" are equivalent. The point is, there is no "..." involved. I think when i get a string from a DB it comes as a '...', and putting it inside a "..." doesn't interpolate it's own content
--
6x9=42
In reply to Re^2: Unrecognized escape \Q passed through in regex
by Articuno
|
|