diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-24 23:56:18 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-24 23:56:18 +0000 |
commit | 84dc3c4daae48410e767ac41da148ac5c6c45446 (patch) | |
tree | 22b3c90c3712939c2c7a165b60ea3f0881a1af54 /pod/perlre.pod | |
parent | 6f84cdf987838c544bcd95f51ff8d4f3ef90f529 (diff) | |
download | perl-84dc3c4daae48410e767ac41da148ac5c6c45446.tar.gz |
Clean up docmentation installation errors.
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index a364916b29..6d21a65f31 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -156,7 +156,7 @@ WARNING below.) The scope of $<digit> (and C<$`>, C<$&>, and C<$'>) extends to the end of the enclosing BLOCK or eval string, or to the next successful pattern match, whichever comes first. If you want to use parentheses to delimit a subpattern (e.g. a set of alternatives) without -saving it as a subpattern, follow the ( with a ?. +saving it as a subpattern, follow the ( with a ?:. You may have as many parentheses as you wish. If you have more than 9 substrings, the variables $10, $11, ... refer to the |