Chris Fedde writes:
> +historically, Perl regular expressions were not capable of matching
> +balanced text. As of more recent versions of perl including 5.6.1
> +features have been added that make it possible to do this. Look at
> +the documentation for the (??{ }) construct in recent perlre manual
> +pages to see an example of matching balanced parenthesis.We should include an example, not simply point to the manpages. And probably include something that says it's as ugly as sin, too. Nat
