Help for this page
use strict; use warnings; ... $code |= 1 << $_ for @indicies; printf "0x%02X 0x%02X\n", $code >> 8, $code & 0xFF;
0x03 0x02