Help for this page

Select Code to Download


  1. or download this
    my $bytes = pack 'N*', 0x01020304, 0x05060708;
    my $bits = unpack 'B*', $bytes;
    ...