diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 05:58:42 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 05:58:42 +0000 |
commit | 66558a1012141f943df65dc612575097c38aed90 (patch) | |
tree | fcc9d5bb02e22a19f79ee50af5753a1cc6af9e5a /pod/perlvar.pod | |
parent | 34d09196f6a006314d7ea49a091a30ce5ee08bff (diff) | |
download | perl-66558a1012141f943df65dc612575097c38aed90.tar.gz |
English names for $^R and $^S
p4raw-id: //depot/perl@5132
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index f0cb109005..f8b9c26323 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -854,11 +854,15 @@ were compiled. Some bits may be relevant at compile-time only, some at run-time only. This is a new mechanism and the details may change. +=item $LAST_REGEXP_CODE_RESULT + =item $^R The result of evaluation of the last successful C<(?{ code })> regular expression assertion (see L<perlre>). May be written to. +=item $EXCEPTIONS_BEING_CAUGHT + =item $^S Current state of the interpreter. Undefined if parsing of the current |