So I'm calling C code from inside mid pattern (using (?{ and sometimes (??{) from Perl.
Anyway I want to get the values of named captures the same way as using $+{name}.
Is this possible?
So I'm calling C code from inside mid pattern (using (?{ and sometimes (??{) from Perl.
Anyway I want to get the values of named captures the same way as using $+{name}.
Is this possible?
Here is an example, where I pass a reference to
%+to the XSUB:Rx.xs:
test.pl
Output: