in reply to Re: Re: Disconnect client without closing socket?
in thread Disconnect client without closing socket?
According to perldoc IO::Socket, IO::Socket is derived from IO::Handle. IO::Handle provides a close() method.
--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Disconnect client without closing socket?
by Anonymous Monk on Dec 15, 2002 at 22:03 UTC | |
by pfaut (Priest) on Dec 15, 2002 at 22:06 UTC | |
by Anonymous Monk on Dec 15, 2002 at 22:14 UTC | |
by Aristotle (Chancellor) on Dec 16, 2002 at 00:24 UTC |