in reply to Net::IRC does not connect
I took this code, commented out the rest, and voila - it worked. I have no idea, why the author of Net::IRC used the gensym() approach and not the IO::Socket way.$sock = IO::Socket::INET->new(PeerAddr => $self->server, PeerPort => $self->port, Proto => "tcp", );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Net::IRC does not connect
by olly (Scribe) on Jul 31, 2001 at 16:14 UTC | |
by le (Friar) on Sep 01, 2001 at 14:17 UTC | |
by Anonymous Monk on Sep 14, 2001 at 04:56 UTC | |
by olly (Scribe) on Sep 02, 2001 at 03:50 UTC |