Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Extracting Bit Fields (Again)

by BrowserUk (Patriarch)
on Dec 22, 2011 at 08:35 UTC ( [id://944736]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    3
    86
    31138
    
  2. or download this
    sub bitFields{
        unpack 'L*', pack'(b32)*', map scalar( reverse),
            unpack $_[1], reverse unpack 'b32', pack 'L', $_[0];
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (8)
As of 2024-04-19 07:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found