Re: Patch for ASN.1 compressed integer in pack/unpack
[p5sagit/p5-mst-13.2.git] / pod / perlfunc.pod
index 6b37873..cb2d93f 100644 (file)
@@ -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.