Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $n = length($testp);
    $s = 2*$n;
    print ("Hex 0x",unpack("H$s", $testp), "\n");
    
  2. or download this
    Hex 0x3238393330
    Hex 0x300515
    
  3. or download this
    Hex 0x007102
    Hex 0x300515