diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-24 12:40:13 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-24 12:40:13 +0000 |
commit | b9ac3b5bccebb018cd8247aa730731b1cbd8a6d4 (patch) | |
tree | 50f4e7ba591f510d684b70b66c647234686fa720 /pod/perlvar.pod | |
parent | 9666903d92ab8cdd420a0bc714d5c94ce051cb2c (diff) | |
download | perl-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.pod | 6 |
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 |