Help for this page

Select Code to Download


  1. or download this
     
    sub connection {
      # Make The Initial Server Connection! #
    ...
                                 Timeout=>'30') || print "Error! $!\n";
    
    while($answer = <$con>) {
    
  2. or download this
    $dcc = IO::Socket::INET->new(PeerAddr=>"$2",
                                   PeerPort=>"$3",
    ...
                                   Timeout=>'30') || print "Error! $!\n";
      print $dcc "Connection Established!\n";
      while ($talk = <$dcc>) {