in reply to Re: Perl regexp matching is slow??
in thread Perl regexp matching is slow??
You really want finer-grained control than a pragma can provide easily. Perl 6 regexes currently distinguish || (sequential semantics) from | (dfa semantics, at least up till "longest token" point). This
is meant to be reminiscent of the distinction between short-circuit and junctional logic in the rest of the language.