![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: Help with regular expressionby Corion (Patriarch) |
on Oct 10, 2012 at 16:48 UTC ( #998259=note: print w/replies, xml ) | Need Help?? |
I would fake it by replacing the = sign with . (dot) and then using Data::SExpression or something to turn the strings into Perl expressions. If faking is too much effort, then Parse::RecDescent or some other parser can also easily turn the given string into a data structure that then can be examined.
In Section
Seekers of Perl Wisdom
|
|