This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
check in what change#1182 didn't, and Changes
[perl5.git] / pod / perlvar.pod
index d10fe35..2ed3e97 100644 (file)
@@ -717,6 +717,12 @@ Start with single-step on.
 Note that some bits may be relevent at compile-time only, some at
 run-time only. This is a new mechanism and the details may change.
 
+=item $^R
+
+The result of evaluation of the last successful L<perlre/C<(?{ code })>> 
+regular expression assertion.  (Excluding those used as switches.)  May
+be written to.
+
 =item $^S
 
 Current state of the interpreter.  Undefined if parsing of the current