in reply to Preventing disconnections of an IRC Bot made with Net::IRC
In perl, a socket is just a filehandle, and you use fileno and eof to test if its open.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Preventing disconnections of an IRC Bot made with Net::IRC
by DaWolf (Curate) on Dec 07, 2003 at 08:52 UTC | |
by Anonymous Monk on Dec 07, 2003 at 10:14 UTC |