Help for this page

Select Code to Download


  1. or download this
    my @two_bits = ($bin_num =~ /(..)/g);
    
  2. or download this
    my %bits = (
      dd => 0b11000000,
    ...
      bb => 0b00001100,
      aa => 0b00000011,
    );