Help for this page

Select Code to Download


  1. or download this
    14|XXX\XXX|1.2541|1.2546|0|2001-07-17 10:25:22.17 0x00  16|XXX\XXX|1.2
    +547|1.2552|0|2001-07-17 10:26:23.23 0x00
    
  2. or download this
    do {
      $socket->recv($response, 1);
    ...
    } until ($response == hex(0x00));
    print "$data\n";
    close($socket) || die "Error terminating socket connection...\n";