diff options
author | Ronald J. Kimball <rjk@linguist.dartmouth.edu> | 2003-08-21 13:09:17 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-22 04:57:12 +0000 |
commit | ffc145e8a18a4c952027b6b4c853bd908c48f521 (patch) | |
tree | 8c3ee07d2e6cff4c4c836359d3e1779b594b3ab3 /pod/perlpacktut.pod | |
parent | da76a1f46b22411dc37cbf73d79e809bb51a9b8d (diff) | |
download | perl-ffc145e8a18a4c952027b6b4c853bd908c48f521.tar.gz |
Re: pod cleanup
Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
(the pod part)
p4raw-id: //depot/perl@20813
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 |