summaryrefslogtreecommitdiff
path: root/pod/perlpod.pod
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-11-25 21:51:09 -0500
committerGurusamy Sarathy <gsar@cpan.org>1998-11-28 18:38:34 +0000
commit4b6a72707ac8d719699d8abaea2936e151652d33 (patch)
tree740a8957d52e4eb75a77cbe42aceac26242594b1 /pod/perlpod.pod
parent22e551b9ed23de1d5af9977d67389142f4d41cc5 (diff)
downloadperl-4b6a72707ac8d719699d8abaea2936e151652d33.tar.gz
additional documentation for qr//
Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Documentation (fwd) p4raw-id: //depot/perl@2366
Diffstat (limited to 'pod/perlpod.pod')
-rw-r--r--pod/perlpod.pod5
1 files changed, 4 insertions, 1 deletions
diff --git a/pod/perlpod.pod b/pod/perlpod.pod
index d20d62d06a..7fa8290f1d 100644
--- a/pod/perlpod.pod
+++ b/pod/perlpod.pod
@@ -171,7 +171,8 @@ here and in commands:
(the quotes are optional)
L</"sec"> ditto
same as above but only 'text' is used for output.
- (Text can not contain the characters '|' or '>')
+ (Text can not contain the characters '/' and '|',
+ and should contain matched '<' or '>')
L<text|name>
L<text|name/ident>
L<text|name/"sec">
@@ -184,6 +185,8 @@ here and in commands:
E<escape> A named character (very similar to HTML escapes)
E<lt> A literal <
E<gt> A literal >
+ E<sol> A literal /
+ E<verbar> A literal |
(these are optional except in other interior
sequences and when preceded by a capital letter)
E<n> Character number n (probably in ASCII)