=over =item $LAST_REGEXP_CODE_RESULT =item $^R X<$^R> X<$LAST_REGEXP_CODE_RESULT> The result of evaluation of the last successful C<(?{ code })> regular expression assertion (see L). This variable may be written to, and its value is scoped normally, unlike most other regex variables. This variable was added in Perl 5.005. =back