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