Help for this page

Select Code to Download


  1. or download this
    my $sock = IO::Socket::INET->new('localhost:6669');
    
    ...
    
    print "nick whateverhack\n";
    print $sock "nick whateverhack\r";
    
  2. or download this
    LOOP: while (<$sock>) {
        $line = $_; 
    ...
        }
        }
    }