Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
       die("Can't accept: $!\n");
    }
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    }
    my $etime = time;
    printf("%.3fms per connection\n", ($etime-$stime)/$num_connects*1000);