Help for this page

Select Code to Download


  1. or download this
    $ibuf_display = sprintf("%x ", ord(substr($ibuf, 1, 1)));
    
  2. or download this
    (my $hex = unpack("H*", $buf)) =~ s/(..)/$1 /g;
    print $hex, "\n";