File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,17 +59,17 @@ multi method new(
59
59
60
60
Creates a new socket.
61
61
62
- If C < :$listen > is True, creates a new socket that listen on C < $localhost >
63
- (which can be an IP address or a domain name) on port C < $localport > ; in other words
62
+ If C < :$listen > is True, creates a new socket that listen on C < : $localhost>
63
+ (which can be an IP address or a domain name) on port C < : $localport> ; in other words
64
64
the C < :$listen > flag determines the I < server mode > of the socket.
65
65
Otherwise (i.e., C < :$listen > is C < False > ), the new socket opens immediatly
66
- a connection to C < $host > on port C < $port > .
66
+ a connection to C < : $host> on port C < : $port> .
67
67
68
- C < $family > defaults to C < PF_INET > constant for IPv4, and can be set
68
+ C < : $family> defaults to C < PF_INET > constant for IPv4, and can be set
69
69
to C < PF_INET6 > constant for IPv6.
70
70
71
71
For text operations (such as L < #method lines > and L < #method get > ),
72
- C < $encoding > specifies the encoding, and C < $nl-in > determines
72
+ C < : $encoding> specifies the encoding, and C < : $nl-in> determines
73
73
the character(s) that separate lines.
74
74
75
75
= head1 Methods
You can’t perform that action at this time.
0 commit comments