use Gtk2 qw (init'); use IO::Socket; #### my $conn = IO::Socket::INET->new(PeerAddr => $host, PeerPort => $port, Proto => 'tcp') or popup_err(1);