Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Client-Server app

by NetWallah (Canon)
on Sep 27, 2018 at 17:17 UTC ( [id://1223170]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            $client_socket = $socket->accept();
    
            # Push new client connection to it's own thread
            push (@clients, threads->create(\&clientHandler, $client_socke
    +t));
    
  2. or download this
            my $client_socket = $socket->accept();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1223170]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-28 16:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found