in reply to Tracing warnings: how to show the regexp values?

From perlre#Extended-Patterns

> "(?^aluimsx:pattern)"

This is for clustering, not capturing ; it groups subexpressions like "()", but doesn't make backreferences as "()" does.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re: On error, how to show the regexp values? (?: doesn't capture)