in reply to perl's sleep function

Hi,

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