Re: RFC 150 (v1) Extend regex syntax to provide for return of ahash of matched subpatterns

2000-09-13 Thread Kevin Walker
>Thinking about the comparision between the two RFCs there is some common >ground, but cases where people will want your hash and cases where >people will want explicit variables. Using RFC 112, you can do >hash assignment, but it would not clear the hash beforehand whereas >your hash assignment

Re: RFC 150 (v1) Extend regex syntax to provide for return of ahash of matched subpatterns

2000-09-08 Thread Kevin Walker
(This thread has been inactive for a while. See http://www.mail-archive.com/perl6-language-regex@perl.org/index.html#0 0015 for it's short history.) Long ago Tom Christiansen wrote: >This is useful in that it would stop being number dependent. >For example, you can't now safely say > >/$v

Re: RFC 150 (v1) Extend regex syntax to provide for return of ahash of matched subpatterns

2000-08-24 Thread Kevin Walker
At 11:23 AM -0600 on 8/24/00, Tom Christiansen wrote: >This is useful in that it would stop being number dependent. >For example, you can't now safely say > >/$var (foo) \1/ > >and guarantee for arbitrary contents of $var that your you have >the right number backref anymore. Good point. Tha