![]() |
|
No such thing as a small change | |
PerlMonks |
Re^2: Regex not workingby davorg (Chancellor) |
on Jul 17, 2009 at 09:44 UTC ( [id://780984]=note: print w/replies, xml ) | Need Help?? |
Also use qr to quote regular expressions instead of manually backslashing everything. That's actually not necessary here. The OP was just escaping things that didn't need escaping.
Works just as well.
In Section
Seekers of Perl Wisdom
|
|