http://qs1969.pair.com?node_id=423700


in reply to Can't display last line with IO::Socket::INET

You are using  <> to read complete lines from a socket. If you only want to read partial lines, then then you'll need a different approach, most likely involving sysread()

Dave.