This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d27f2b2
)
delete orphaned text
author
Robin Barker
<Robin.Barker@npl.co.uk>
Thu, 11 Feb 2010 17:57:45 +0000
(17:57 +0000)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Thu, 11 Feb 2010 21:25:08 +0000
(22:25 +0100)
pod/perlre.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlre.pod
b/pod/perlre.pod
index
529c44a
..
8189b29
100644
(file)
--- a/
pod/perlre.pod
+++ b/
pod/perlre.pod
@@
-370,23
+370,6
@@
whole character class. For example:
matches zero, one, any alphabetic character, and the percent sign.
-=over 4
-
-=item C<$>
-
-Currency symbol
-
-=item C<+> C<< < >> C<=> C<< > >> C<|> C<~>
-
-Mathematical symbols
-
-=item C<^> C<`>
-
-Modifier symbols (accents)
-
-
-=back
-
The other named classes are:
=over 4