On 15 January 2014 02:38, Paul "LeoNerd" Evans <leonerd@leonerd.org.uk>wrote: > * Such issues as lack of stream-reading unpack, Google-style varints, > terrible behaviour on buffer under-runs, ... > And proper bitwise decoding, not BBBB = 4 characters and extract 1 bit from each. perl -MData::Dump=pp -E' pp( unpack q[BBBBBBBB], q[1234] )' (0, 0, 0, 0, "", "", "", "") -- KentThread Previous | Thread Next