![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Perl will not match my RegEx pattern....by FierceMoose (Initiate) |
on Mar 18, 2014 at 17:26 UTC ( #1078827=perlquestion: print w/replies, xml ) | Need Help?? |
FierceMoose has asked for the wisdom of the Perl Monks concerning the following question: Greetings All. I'm seeking the greater wisdom of PerlMonks on patter matching issue that's been plaguing me. It's probably something obvious, but I appear to be blind to it. Running a simple script that query's LDAP, via Net::LDAP, and have it report back Seat data that does not follow the expected pattern, easier explained by Test Cases below. Here's the snippet of code used for processing data retrieved from LDAP:
Believe I've got the correct RegEx for the pattern match, tested on 'My Regex Tester' but cannot seem to get it to work in Perl, doesn't match on a single one. Test Cases: Please help me find my way back to the right path. Thanks!
Back to
Seekers of Perl Wisdom
|
|