![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Regular expression helpby graff (Chancellor) |
on Aug 17, 2005 at 21:21 UTC ( #484608=note: print w/replies, xml ) | Need Help?? |
Yes. You can look up the "qr//" operator in perlre, (update: better yet, look it up in perlop), or you can simply assign a regex string to a variable, and use that variable in matches:
In Section
Seekers of Perl Wisdom
|
|