Re: rx/abc$/

2005-04-18 Thread Larry Wall
On Tue, Apr 19, 2005 at 12:02:45AM +0300, Roie Marianer wrote: : But rx:P5// should act like qr//, shouldn't it? Yes. : LW> I suspect we can check after the $ for ), ], |, #, whitespace, or the : LW> terminator, which rules out direct use of $/ inside /.../. : I'll add a flag for that in rx:P5. I

Re: rx/abc$/

2005-04-18 Thread Roie Marianer
LW = Larry Wall AT = Autrijus Tang LW> I think I have to clarify what I mean by that last phrase. Trailing LW> delimiters are hidden inside any token that has already been started, LW> but not at the start of a token (where token is taken to be fairly LW> restrictive). AT> Consider this: AT> AT>

Re: rx/abc$/

2005-04-18 Thread Larry Wall
On Tue, Apr 19, 2005 at 01:31:12AM +0800, Autrijus Tang wrote: : On Sat, Apr 16, 2005 at 12:10:48PM -0700, Larry Wall wrote: : > I think I have to clarify what I mean by that last phrase. Trailing : > delimiters are hidden inside any token that has already been started, : > but not at the start of