diff options
author | Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de> | 1996-09-20 13:17:14 +0200 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-20 13:17:14 +0200 |
commit | def98dd40aba563da0d786119bd0fe21f0e88d2e (patch) | |
tree | 1c76f56ceb168fd1b57e1376308788df5790278b /pod | |
parent | 33c8a3fe3afff13a8f4208d669e66bc274242de6 (diff) | |
download | perl-def98dd40aba563da0d786119bd0fe21f0e88d2e.tar.gz |
Re: Patch for ASN.1 compressed integer in pack/unpack
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 6b378730e1..cb2d93fef1 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -1872,6 +1872,11 @@ follows: u A uuencoded string. + w A BER compressed integer. Bytes give an unsigned integer base + 128, most significant digit first, with as few digits as + possible, and with the bit 8 of each byte except the last set + to "1." + x A null byte. X Back up a byte. @ Null fill to absolute position. |