Copyright © tutorialspoint.com
Syntax
Definition and UsageConfigures the network socket SOCKET for listening to incoming network connections. Sets the incoming connection queue length to EXPR. You might want to consider using the IO::Socket module, which provides a much easier way of creating and listening to network sockets. Return Value0 on failure and 1 on success ExampleTry out following server example alongwith socket implementation Perl Socket
|
Copyright © tutorialspoint.com