summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-02 20:52:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-02 20:52:08 +0000
commit191d61a768175782efd32a263e82c70bcb0d1401 (patch)
tree32ec782bb82009ebbe2bd3be1201200a159352cd /pod/perldelta.pod
parent17dba11114e76689984d3af7bcccc9c9707bfeb4 (diff)
downloadperl-191d61a768175782efd32a263e82c70bcb0d1401.tar.gz
move doc about v-strings from perlop to perldata (suggested by
David Dyck <dcd@tc.fluke.com>) p4raw-id: //depot/perl@5452
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 53200ebff3..bd109ef122 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -539,7 +539,7 @@ to print ordinals of characters in arbitrary strings:
printf "%*vX", ":", $addr; # formats IPv6 address
printf "%*vb", " ", $bits; # displays bitstring
-See L<perlop/"Strings of Character"> for additional information.
+See L<perldata/"Scalar value constructors"> for additional information.
=head2 Weak references