Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    my $hex = sprintf( "0x%02x%02x%02x40", 60,179,113 );
    ...
      IV = 1018392896
    $hex augmented with 0x01:
    1
    
  2. or download this
    my $hex = sprintf("0x%02x%02x%02x40", 60,179,113);
    $hex = hex($hex);
    ...
      PV = 0x84e5608 "0x3cb37140"\0
      CUR = 10
      LEN = 12