diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 1997-08-30 12:22:49 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 1997-08-30 12:22:49 +0000 |
| commit | 46657c7e778fc9f3178a1de26864b9ca566a5bef (patch) | |
| tree | 7ba2fea8d39bc6d7b5729b2a45d7d918f82a6a49 /gnu/usr.bin/perl | |
| parent | 3931afc2d0781ef7ee17b50231aa9d619af47d19 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/perl')
| -rw-r--r-- | gnu/usr.bin/perl/perl/perl.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/perl/perl.1 b/gnu/usr.bin/perl/perl/perl.1 index 38ce017badf65..a484ddb388633 100644 --- a/gnu/usr.bin/perl/perl/perl.1 +++ b/gnu/usr.bin/perl/perl/perl.1 @@ -1,7 +1,10 @@ .rn '' }` -''' $RCSfile: perl.1,v $$Revision: 1.2 $$Date: 1994/10/27 23:16:52 $ +''' $RCSfile: perl.1,v $$Revision: 1.3 $$Date: 1996/10/05 22:26:23 $ ''' ''' $Log: perl.1,v $ +''' Revision 1.3 1996/10/05 22:26:23 wosch +''' delete doubled words, e.g.: "the the" -> "the" +''' ''' Revision 1.2 1994/10/27 23:16:52 wollman ''' Convince Perl to that is is part of the system, as /usr/bin/perl (binary) ''' and /usr/share/perl (library). The latter was chosen as analogous to other @@ -4596,7 +4599,7 @@ You may have as many parentheses as you wish. If you have more than 9 substrings, the variables $10, $11, ... refer to the corresponding substring. Within the pattern, \e10, \e11, etc. refer back to substrings if there have been at least that many left parens -before the backreference. Otherwise (for backward compatibilty) \e10 +before the backreference. Otherwise (for backward compatibility) \e10 is the same as \e010, a backspace, and \e11 the same as \e011, a tab. And so on. |
