Help for this page

Select Code to Download


  1. or download this
    vec ($bitstring, $offset++,8) = $_ ;
    
  2. or download this
    my $bits = unpack("x1 C1", $bitstring);
    
  3. or download this
    my $bits = unpack("x1 A1", $bitstring);