Help for this page

Select Code to Download


  1. or download this
    $socket = IO::Socket::INET(localhost, 1000);
    die "no connection" unless $socket -> connected();
    $socket -> send("your face here for $20");
    die "socket is dead" unless $socket -> connected();
    $socket -> recv($data);