Help for this page

Select Code to Download


  1. or download this
    use IO::Socket::INET;
    
    my $socket = new IO::Socket::INET (
    ...
    
            # Do stuff with the $client_socket...
    }
    
  2. or download this
    $good = 1;
    
    while ($good)
    ...
            seek ($LOGFILE, 0, 1);
            sleep 1;
    }