summaryrefslogtreecommitdiff
path: root/pod/perldata.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-13 21:40:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-13 21:40:23 +0000
commit4a4eefd0ee0da7b6a2b5b0d021684bca80971b79 (patch)
tree4ba0b9699091601412de42d8581eda4cfc7d6b89 /pod/perldata.pod
parentdbe483029183d54ab170feb5939c3b2b8b193b3c (diff)
downloadperl-4a4eefd0ee0da7b6a2b5b0d021684bca80971b79.tar.gz
fixes for broken L<> links (from Wolfgang Laun
<wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@5715
Diffstat (limited to 'pod/perldata.pod')
-rw-r--r--pod/perldata.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldata.pod b/pod/perldata.pod
index 96941bd885..6ffd38c817 100644
--- a/pod/perldata.pod
+++ b/pod/perldata.pod
@@ -283,7 +283,7 @@ double-quoted string literals are subject to backslash and variable
substitution; single-quoted strings are not (except for C<\'> and
C<\\>). The usual C-style backslash rules apply for making
characters such as newline, tab, etc., as well as some more exotic
-forms. See L<perlop/"Quote and Quotelike Operators"> for a list.
+forms. See L<perlop/"Quote and Quote-like Operators"> for a list.
Hexadecimal, octal, or binary, representations in string literals
(e.g. '0xff') are not automatically converted to their integer