Help for this page

Select Code to Download


  1. or download this
    use Gtk2 qw (init');
    use IO::Socket;
    
  2. or download this
      my $conn = IO::Socket::INET->new(PeerAddr => $host, PeerPort => $por
    +t, Proto => 'tcp') or popup_err(1);