Help for this page

Select Code to Download


  1. or download this
    RT | 0x07 | testing
    CD | 0x08 | 0x01020304FFDDEC19
    
  2. or download this
    C/$kwfmt{$kw}
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
      my ($rdata) = unpack("x2C/$kwfmt{$kw}", $record[$i]);
      print "$kw $rdata\n";
    }
    
  4. or download this
    RT testing
    CD 01020304