in reply to Re: Problem with recursive pattern matching
in thread Problem with recursive pattern matching

The (??{code}) construct was introduced in perl 5.6.0. As far as I know, it's still considered experimental.

  • Comment on Re: Re: Problem with recursive pattern matching