in reply to perl's sleep function
sleep EXPR
sleep causes the program to sleep for EXPR seconds, or if EXPR is not specified, to sleep indefinitely. sleep can be interrupted using the SIGALRM signal. It returns the number of seconds actually slept.
regards
Franklin
Edit: g0n - corrected code tags
|
|---|