Help for this page
>perl -MDevel::Peek; -e"Dump(0x007102)" SV = IV(0x18265fc) at 0x2252f8 ... PV = 0x182f6a4 "0\5\25"\0 CUR = 3 LEN = 4
# Inputs my $input = "\x30\x05\x15"; ... # Output results printf("Results for 0x%X are %s\n", $input, "...");