Help for this page

Select Code to Download


  1. or download this
                my $buf = <$client>;
                chomp $buf;
                print $buf;
    
  2. or download this
    while (my @ready = $sel->can_read) {
            foreach $client (@ready) {