in reply to Re: How do I force getlines to get ALL the data?
in thread How do I force getlines to get ALL the data?

I'm also trying the IO::Socket approach, but I'm having trouble of a different kind now. I get all the data in one array, but I'm unfamiliar with how to terminate the read and send the data back. It automatically sends if I close the connection, but I want to do some give and take across the connection before closing it.
  • Comment on Re: Re: How do I force getlines to get ALL the data?