Help for this page
# Create a buffer containing the binary representation # of the number we want converted ... # unpack to binary my $bin = unpack("B*", $packed); print "$bin\n";
--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';