Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $serial = $client->serial();
    print "Client $serial just disconnected\n";
    }
    
  2. or download this
    #!/usr/bin/perl
    use Net::EasyTCP;
    ...
    $reply = $client->receive() || die "ERROR RECEIVING: $@\n";
    print "$reply\n";
    }