summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorTon Hospel <perl5-porters@ton.iguana.be>2005-03-21 21:31:37 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-21 21:44:37 +0000
commit18bdf90ade8cd9b8918f6edac90115b5fbbe6fd3 (patch)
treedfff75a055c095ef8e751e39552786d910320a1e /pod
parentcc601c3163078dbee18369839db37a81c9f1d02a (diff)
downloadperl-18bdf90ade8cd9b8918f6edac90115b5fbbe6fd3.tar.gz
Re: unpack A strip patch
Message-Id: <d1nefp$lpe$1@post.home.lunix> p4raw-id: //depot/perl@24060
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 9785a250c6..a7eaece801 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -3425,7 +3425,7 @@ count should not be more than 65.
The C<a>, C<A>, and C<Z> types gobble just one value, but pack it as a
string of length count, padding with nulls or spaces as necessary. When
-unpacking, C<A> strips trailing spaces and nulls, C<Z> strips everything
+unpacking, C<A> strips trailing whitespace and nulls, C<Z> strips everything
after the first null, and C<a> returns data verbatim.
If the value-to-pack is too long, it is truncated. If too long and an