in reply to Re^4: Building a chat server and client
in thread Building a chat server and client
to get it to run. Then,use Gtk2 qw (init'); use IO::Socket;
caused the error to popup. Remove the popup_err(1) and it seems to start.my $conn = IO::Socket::INET->new(PeerAddr => $host, PeerPort => $por +t, Proto => 'tcp') or popup_err(1);
I didn't try to debug it any further, because the tie %ready looked kind of complex to me.
|
|---|