http://www.perlmonks.org?node_id=586733


in reply to Re^2: Questions concerning /o regex modifier
in thread Questions concerning /o regex modifier

I could see deprecating it... especially since very little that gets deprecated ever actually goes away anyway. No old code would actually break but they would get warnings.

I wonder how it is being handled in Perl6... maybe you just have to wait a bit.

                - Ant
                - Some of my best work - (1 2 3)

  • Comment on Re^3: Questions concerning /o regex modifier

Replies are listed 'Best First'.
Re^4: Questions concerning /o regex modifier
by idsfa (Vicar) on Nov 29, 2006 at 17:09 UTC

    The jury is still out on the /o modifier in perl 6, but it's not looking like it will be needed:

    Several modifiers, /x, /s, and /m, are no longer needed and have been retired. It's unclear whether /o is necessary any more. We will assume it's gone unless it's shown that caching can't handle the problem. Note that the regex now has more control over when to cache subrules because it is no longer subject to the vagaries of standard interpolation.

    The intelligent reader will judge for himself. Without examining the facts fully and fairly, there is no way of knowing whether vox populi is really vox dei, or merely vox asinorum. — Cyrus H. Gordon