Hello perl monks, please enlighten me. I am new to programming socket connections, but I have been tasked with a project in which I need a couple computers to communicate. I have had success getting my scripts to work using the "send" and "read" functions on the socket handle.
The only problem is that I have no idea what the "flags" input to the send function does. I have it set to 1 for now, and all that I know is that it works this way.
Please tell me, what are the flags?