in reply to Re: •Re: Solution: Parse::RecDescent and mini-language parsing
in thread Parse::RecDescent and mini-language parsing
It's important to understand that a regex is matched left-to-right for alternatives, so you have precise control over the possible matches.comparison: / <=? | = | >=? | != /x
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|