summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-24 12:40:13 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-24 12:40:13 +0000
commitb9ac3b5bccebb018cd8247aa730731b1cbd8a6d4 (patch)
tree50f4e7ba591f510d684b70b66c647234686fa720 /pod/perlvar.pod
parent9666903d92ab8cdd420a0bc714d5c94ce051cb2c (diff)
downloadperl-b9ac3b5bccebb018cd8247aa730731b1cbd8a6d4.tar.gz
check in what change#1182 didn't, and Changes
p4raw-link: @1182 on //depot/perl: c7c9307cc294d88bccf6b755e886fdee7d955ee0 p4raw-id: //depot/perl@1212
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index d10fe35cbd..2ed3e97f77 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -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