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];
    }