Hello
first of all note that I am new to perl :)
i am writing a program that opens a socket on port 1010, then waits for client connection. Once the connection is sensed, it waits for a file to be sent through the socket from the client to the server (xml file).
I need some help with the "waiting for file" part.... any ideas? I have looked at sysread() and recv but i found with recv that it just checked and then says cannot connect. sysread i looked at but i could understand it as i have not created the socket using the "easy way" so to speak.
If any needs to have a look at my existing code, thats fine.
Thanks,
Pete