summaryrefslogtreecommitdiff
path: root/pod/perldata.pod
diff options
context:
space:
mode:
authorTom Christiansen <tchrist@perl.com>1998-08-11 05:58:07 -0500
committerJarkko Hietaniemi <jhi@iki.fi>1998-12-02 18:03:51 +0000
commitb687b08b628449b317ff558f31d9d716ace045de (patch)
treecf2f3d08c76010d3997b1647f790742612a48c39 /pod/perldata.pod
parentb2d124e428258350667f59b4f3c8ccc7a652e994 (diff)
downloadperl-b687b08b628449b317ff558f31d9d716ace045de.tar.gz
Fix most of the bad L<> links of
Subject: bad L<> links Reply-to: tchrist@perl.com To: perlbug@jhereg.perl.com Message-Id: <199808111658.KAA00484@jhereg.perl.com> The ones not fixed may require darker Pod::HTML magic, for example the perlguts.html#tags should work fine, IMHO. p4raw-id: //depot/cfgperl@2437
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 8f700f634c..9e41c2c368 100644
--- a/pod/perldata.pod
+++ b/pod/perldata.pod
@@ -253,7 +253,7 @@ literals are subject to backslash and variable substitution;
single-quoted strings are not (except for "C<\'>" and "C<\\>").
The usual Unix 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.
+L<perlop/"Quote and Quotelike Operators"> for a list.
Octal or hex representations in string literals (e.g. '0xffff') are not
automatically converted to their integer representation. The hex() and