diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 21:40:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 21:40:23 +0000 |
commit | 4a4eefd0ee0da7b6a2b5b0d021684bca80971b79 (patch) | |
tree | 4ba0b9699091601412de42d8581eda4cfc7d6b89 /pod/perldata.pod | |
parent | dbe483029183d54ab170feb5939c3b2b8b193b3c (diff) | |
download | perl-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.pod | 2 |
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 |