Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Packing struct timeval

by zwon (Abbot)
on Nov 24, 2012 at 10:16 UTC ( [id://1005355]=perlquestion: print w/replies, xml ) Need Help??

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));
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1005355]
Approved by BrowserUk
Front-paged by kcott
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-24 03:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found