Help for this page

Select Code to Download


  1. or download this
    # Create a user agent object
    use LWP::UserAgent;
    ...
    } else {
      print "Bad luck this time\n";
    }
    
  2. or download this
    die "read timeout" if $timeout && !$sel->can_read($timeout);
    $n = $socket->sysread($buf, $size, length($buf));