diagonalfish has asked for the wisdom of the Perl Monks concerning the following question:
As this script has worked before, I'm completely stymied as to why it's not on a similar machine, and why upgrading to 5.8.2 made little or no difference. Any thoughts? thanks, -df#Connect to server my $irc = new Net::IRC; my $ircconn = $irc->newconn(Nick => $opts{'nick'}, Server => $opts{'server'}, Port => $opts{'port'}, Username => $opts{'identd'}, Ircname => $opts{'realname'}) or die "Cannot connect to $opts{server}\:$opts{'port' +}: $!"; print "Connecting to server...\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Weird problems with Net::IRC
by revdiablo (Prior) on Feb 06, 2004 at 03:34 UTC | |
|
Re: Weird problems with Net::IRC
by Corion (Patriarch) on Feb 06, 2004 at 07:42 UTC | |
|
Re: Weird problems with Net::IRC
by diagonalfish (Initiate) on Feb 06, 2004 at 12:56 UTC | |
|
Re: Weird problems with Net::IRC
by halley (Prior) on Feb 06, 2004 at 18:24 UTC |