Re: RFC 348 (v1) Regex assertions in plain Perl code

2000-09-30 Thread Bart Lateur
On Sat, 30 Sep 2000 00:57:47 +0100, Hugo wrote: >:"local" inside embedded code will no longer be supported, nor will >:consitional regexes. The Perl5 -> Perl6 translator should warn if it >:ever encounters one of these. > >I'm not convinced that removing either of these are necessary to the >main

Re: RFC 348 (v1) Regex assertions in plain Perl code

2000-09-29 Thread Hugo
In <[EMAIL PROTECTED]>, Perl6 RFC Librarian writes: :=item assertion in Perl5 : : (?(?{not COND})(?!)) : (?(?{not do { COND }})(?!)) Or (?(?{COND})|(?!)). Migration could consider replacing detectable equivalents of such constructs with the favoured new construct. :"local" inside embedded code