Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use warnings;
    ...
        printf "0x%02x ", $_ for @bytes;
        print "\n";
    }
    
  2. or download this
    16 character ID
    0x00 0x01 0x02 0x03 
    0x10 0x11 0x12 0x13 
    0x0a