Hello everyone!
I have such a code in my Java application that I would like to convert to Perl. The problem is I don't know how to send a byte array through a socket in Perl.
The Java code looks like this:
byte[] request = new byte[4];
request[0] = 17;
request[1] = 0;
request[2] = 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.