Help for this page

Select Code to Download


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