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.
Comment on
Re: Can't display last line with IO::Socket::INET
Select
or
Download
Code
In Section
Seekers of Perl Wisdom