Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    my $ref;
    my $peerC = 1;
    
  2. or download this
    my $server = new IO::Socket::INET(
        Timeout   => 500,
    ...
        my $thr = threads->new( \&processit, $client, $fileno, $peerhost )
    +->detach();
    
    }
    
  3. or download this
    
    sub processit {
    ...
    
    }