Aaron Sherman skribis 2004-09-14 14:02 (-0400):
>       qr{(fo*) ({$1 ne 'foo'})}

What is the second set of parens for? Will the following suffice?

    rx/ (fo*) { $1 ne 'foo' } /

And it is because of the lack of anchors that this won't work as
expected?

    rx/ <!before foo> fo* /


Juerd

Reply via email to