![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Can't display last line with IO::Socket::INETby dave_the_m (Monsignor) |
on Jan 20, 2005 at 14:16 UTC ( #423700=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|