in reply to Where TCP server stores the client requests?

The data is in $received_data. But only the first line. The intention seems to be that further reading on the socket should be delegated to another script called download.pl, although I don't know how the open socket is propagated to the script.

  • Comment on Re: Where TCP server stores the client requests?