diff options
author | Lukas Mai <l.mai@web.de> | 2016-06-11 12:40:42 +0200 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2016-06-11 12:40:42 +0200 |
commit | 5a0de58193409bae1e4b2ebb59c6d1af2c9b4f00 (patch) | |
tree | f15321e436a9358bd44b7a16820fd6f13552e99a /pod/perlpacktut.pod | |
parent | 016af03917eea80cc676de5e934ea517073e5976 (diff) | |
download | perl-5a0de58193409bae1e4b2ebb59c6d1af2c9b4f00.tar.gz |
pod/*: remove deprecated L<"section"> and L<section> syntax
Diffstat (limited to 'pod/perlpacktut.pod')
-rw-r--r-- | pod/perlpacktut.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlpacktut.pod b/pod/perlpacktut.pod index a710f20f3f..f40d1c2a93 100644 --- a/pod/perlpacktut.pod +++ b/pod/perlpacktut.pod @@ -459,7 +459,7 @@ or even: and pass C<$buf> to your send routine. Some protocols demand that the count should include the length of the count itself: then just add 4 -to the data length. (But make sure to read L<"Lengths and Widths"> before +to the data length. (But make sure to read L</"Lengths and Widths"> before you really code this!) @@ -487,7 +487,7 @@ obviously works for C<E<lt>>, where the "little end" touches the code. You will probably find these modifiers even more useful if you have to deal with big- or little-endian C structures. Be sure to read -L<"Packing and Unpacking C Structures"> for more on that. +L</"Packing and Unpacking C Structures"> for more on that. =head2 Floating point Numbers |