This should be a really simple problem that I am trying to tackle, but I can't get around it right now.
I need help being able to read binary data from a network socket, like a byte at a time. Do you know how to do this? I want to read the byte with sysread, and then copy it into an data structure, such as an array, that can be printed to the screen or inserted into a database. I think sysread() is the way I need to go. Any help greatly appreciated. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]