io-socket Questions

1

Solved

I'm rewriting my P5 socket server in P6 using IO::Socket::Async, but the data received got truncated 1 character at the end and that 1 character is received on the next connection. Someone from Per...
Wed asked 23/11, 2018 at 21:36

1

I'm programming a simple code using socket connection in perl: $sock = new IO::Socket::INET( PeerAddr => '192.168.10.7', PeerPort => 8000, Proto => 'tcp'); $sock or die "no socket :$!"...
Pep asked 12/9, 2016 at 9:47
1

© 2022 - 2024 — McMap. All rights reserved.