Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

by tye (Sage)
on Aug 18, 2004 at 16:03 UTC ( #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? | Other CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2023-03-27 13:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (65 votes). Check out past polls.

    Notices?