Help for this page

Select Code to Download


  1. or download this
    $results = $sel->can_read(0);# or die "cant read";
    #print Dumper @results;
    
    print "\n****Outside if****";
    print "results== $results\n";
    
  2. or download this
    if ( $select -> can_read( 0 ) ) {
        my $remote = recv ( $pinger, $buff, SIZE, RCV_FLAGS );
    ...
            $received++;
        }
    }