Help for this page

Select Code to Download


  1. or download this
    $ perl -e '
    > $maxMsgCodeLength = 15;
    ...
    00000020  30                                                |0|
    00000021
    $
    
  2. or download this
    $ perl -le 'print unpack q{i}, qq{\x28\x23\x00\x00};'
    9000
    $