In perl5, /(??{ $FOO })/ delays the interpolation of $FOO, so as to be able to have recursively defined regexps. Nat
- RFC for recursive regexps Andrew Greene
- Re: RFC for recursive regexps Nathan Torkington
- Re: RFC for recursive regexps Damian Conway
- Redesigning regex syntax (Was: Re: RFC for recu... Johan Vromans
- Re: RFC for recursive regexps Larry Wall