Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

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

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


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 04: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
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (9)
As of 2024-04-18 17:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found