We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32065f7 commit 528a69aCopy full SHA for 528a69a
doc/Type/IO/Socket/INET.pod6
@@ -89,6 +89,8 @@ Returns a lazy list of lines read from the socket.
89
90
method accept()
91
92
-In listen/server mode, waits for a new incoming connection, and returns it.
+In listen/server mode, waits for a new incoming connection.
93
+Once a new connection is established, the C<IO::Socket::INET>
94
+instance for consuming the connection is returned.
95
96
=end pod
0 commit comments