perl-5.38.0
$LAST_REGEXP_CODE_RESULT
$^R

The result of evaluation of the last successful (?{ code }) regular expression assertion (see perlre).

最後に成功した (?{ code }) 正規表現アサートの評価の結果です (perlre を参照して下さい)。

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.

この変数は Perl 5.005 で追加されました。