Help for this page

Select Code to Download


  1. or download this
    #server
    
    ...
    my $serial = $client->serial();
    print "Client $serial just disconnected\n";
    }
    
  2. or download this
    #client
    
    ...
    $reply = $client->receive() || die "ERROR RECEIVING: $@\n";
    print "$reply\n";
    }