|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re^2: how to get the String as regularexpressionby davorg (Chancellor) |
| on Oct 03, 2006 at 10:43 UTC ( [id://576086]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
qr// doesn't change the way that the string is interpolated into a regex - it simply precompiles the string into a regex (see the documentation). Using qr// with the code from the original post won't fix the problem. You have fixed the problem by dropping the spurious '|' from the start of the regex.
-- <http://dave.org.uk> "The first rule of Perl club is you do not talk about
Perl club."
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||