Help for this page

Select Code to Download


  1. or download this
    for my $index (0..5) {
        my $thisrow = $nextrow - $index;
    ...
                2**(7-$subcol)));
        substr ($char, $index + 2, 1) = ((substr($binimage[$thisrow], $col
    +, 1)) & 2**(7-$subcol))? "1" : "0";  # Update tracker where a "1" is 
    +found!
    }
    
  2. or download this
    processing row/column/bit 5/0/0: (unprintable square box symbol)
    Incoming byte is 0/0/       0/00000000.  Test bitmask is 128/80/100000
    +00/00110001.
    ...
    processing row/column/bit 0/0/0: ?
    Incoming byte is 0/0/       0/10010000.  Test bitmask is 128/80/100000
    +00/00110001.
    ...