Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Net::IRC does not connect

by olly (Scribe)
on Jul 31, 2001 at 16:14 UTC ( [id://101131]=note: print w/replies, xml ) Need Help??


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

I am facing the same problem with Net::IRC but I am not entirely sure what to comment out, could you please upload either the file or send it to me at linuxlc@iname.com?

Thanks in advance

Imagination is more important then knowledge -Einstein-

Replies are listed 'Best First'.
Re: Re: Re: Net::IRC does not connect
by le (Friar) on Sep 01, 2001 at 14:17 UTC
    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.
      Unfortunately Uncommenting the upper part and commenting out the lower does not help me here....
Re: Re: Re: Net::IRC does not connect
by olly (Scribe) on Sep 02, 2001 at 03:50 UTC
    Thanks for your reply anyway

    But I made the switch to POE::Component::IRC

    Imagination is more important then knowledge -Einstein-

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://101131]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found