Created
May 16, 2016 18:15
Star
You must be signed in to star a gist
Tryin to document method in IO::Socket
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =head2 method put | |
| method put(IO::Socket:D: Str(Cool) $string) | |
| Writes the supplied string, with a C<\n> appended to it, | |
| to the socket, thus sending it to other end of the connection. | |
| Fails if the socket is not connected. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment