Hello Perl gurus,
I thought I would post a summary of what I found on this question I asked the other
day. The original question was how to send a binary stream of data
across a socket from the TCP client end. How to use pack() and
syswrite() were some of my questions. Well I did end up using
Perl gurus,
Thank you to all of the people who helped me out. I'm right up to the
end and think I know what I need to do now in order to send the binary
data stream across the socket.
I am using "pack" to send 10 bytes of data as a stream, but the
problem is that pack isn't working as I'm tryin