for ($tmp = 0 ; $tmp < 8 ; $tmp++) { printf ("\tByte %08b bit $tmp => %d\n\n", ord $uh[0], &isbitset((ord $uh[0]), $tmp)); }
In reply to Re^2: Help comparing data in byte by shifting (>>) bits
by unixhome
in thread Help comparing data in byte by shifting (>>) bits
by unixhome
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |