Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Forking Issue

by larryl (Monk)
on Mar 17, 2001 at 20:59 UTC ( [id://65155]=note: print w/replies, xml ) Need Help??


in reply to Re: Forking Issue
in thread Forking Issue

Or if you're fussy about the time interval:

use Time::HiRes qw(gettimeofday tv_interval); my $t0 = [gettimeofday]; while (tv_interval($t0) < 1.23) { print "Yay!\n"; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://65155]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found