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