diff options
Diffstat (limited to 'pod/perlpacktut.pod')
-rw-r--r-- | pod/perlpacktut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpacktut.pod b/pod/perlpacktut.pod index 80c784b455..a88b9456f8 100644 --- a/pod/perlpacktut.pod +++ b/pod/perlpacktut.pod @@ -664,7 +664,7 @@ simply (Note that the template C<A*> would only have packed C<$str[0]> in full length.) - + To pack dates stored as triplets ( day, month, year ) in an array C<@dates> into a sequence of byte, byte, short integer we can write |