Created
May 16, 2016 18:15
-
-
Save dogbert17/65aed1ac79efade5ccb2ba2ea31d9350 to your computer and use it in GitHub Desktop.
Tryin to document method in IO::Socket
This file contains hidden or 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