Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Any ideas for using perl as a simple pulse generator?

by almut (Canon)
on Jul 13, 2010 at 21:44 UTC ( [id://849381]=note: print w/replies, xml ) Need Help??


in reply to Re: Any ideas for using perl as a simple pulse generator?
in thread Any ideas for using perl as a simple pulse generator?

sleep(time() - $target);

I think you meant

sleep($target - time());

Log In?
Username:
Password:

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

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

    No recent polls found