Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: Net::IRC does not connect

by le (Friar)
on Sep 01, 2001 at 10:17 UTC ( [id://109625]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: Re: Net::IRC does not connect
in thread Net::IRC does not connect

Sorry that I didn't reply earlier.

In Net::IRC::Connection, there's a connect() sub, that has this piece of code:
# my $sock = IO::Socket::INET->new(PeerAddr => $self->server, # PeerPort => $self->port, # Proto => "tcp", # ); $sock = Symbol::gensym(); unless (socket( $sock, PF_INET, SOCK_STREAM, getprotobyname('tcp') + )) { carp ("Can't create a new socket: $!"); $self->error(1); return; }
Uncomment the upper part and comment out the part below, it should work then.

Replies are listed 'Best First'.
Re: Re: Re: Re: Net::IRC does not connect
by Anonymous Monk on Sep 14, 2001 at 00:56 UTC
    Unfortunately Uncommenting the upper part and commenting out the lower does not help me here....

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://109625]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.