in reply to Re: Netcat
in thread Netcat
There doesn't seem to be any way to do a half-close on an IO::Socket::INET, which would seem like the right solution to me. Anyone want to prove me wrong?If no_slogan is right, and I'm guessing he is, try putting this code before your while:
Let us know if that works.shutdown($new_sock, 1);
Also, if you really want to impress the babes, code your while loop like this:
Updated: 11/25/2002: It works on my systemprint while <$newsock>;
|
|---|