Help for this page

Select Code to Download


  1. or download this
    my $timeout = pack( 'L!L!', $seconds, 0 );
    defined $socket->sockopt( SO_RCVTIMEO, $timeout )
      or die "Couldn't set timeout: $!";
    
  2. or download this
    use 5.010;
    use strict;
    ...
        tv.tv_usec = tv_usec;
        return newSVpv((char *) &tv, sizeof(struct timeval));
    }