Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: pack/unpack 6-bit fields. (insanity)

by tye (Sage)
on Aug 18, 2004 at 16:03 UTC ( [id://384019]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @fields=
         unpack "C*",    # 16 6-bit numeric values
    ...
         pack   "C*",    # string of 16 bytes, each holding a 6-bit value
         @fields;        # 16 6-bit numeric values
    print "($string)\n";
    
  2. or download this
    (29 7 29 37 27 7 25 37 8 6 9 57 29 6 21 51)
    (twelve bytes)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://384019]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-28 18:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found