Re: RFC 308 (v1) Ban Perl hooks into regexes

[email protected] ("Michael Maraist") Mon, 25 Sep 2000 21:10:16 -0400
Newsgroups perl.perl6.language.regex
Message-ID <[email protected]>
From: "Hugo" <[email protected]>



> :Remove C<?{ code }>, C<??{ code }> and friends.
>
> Whoops, I missed this bit - what 'friends' do you mean?

Going by the topic, I would assume it involves (?(cond) true-exp |
false-exp).
There's also the $^R or what-ever it was that is the result of (?{ }).
Basically the code-like operations found in perl 5.005 and 5.6's perlre.

-Michael