At 3:01 AM +0100 2001/02/11, g3pb wrote:
>i need to cause a delay in my program, sleep delays for a full seconds or
>more, how do i sleep for 1/60 or multiple of 1/60 of a seconds?
>
>thanks
>
>-- hcir
>mailto:[EMAIL PROTECTED]
select(undef, undef, undef, timeout);
'timeout' is in seconds but wi
on 02/10/2001 09:01 PM, g3pb at [EMAIL PROTECTED] wrote:
> i need to cause a delay in my program, sleep delays for a full seconds or
> more, how do i sleep for 1/60 or multiple of 1/60 of a seconds?
>
> thanks
perlfaq8.pod
How can I sleep() or alarm() for under a second?
--
Scott R. Godin
i need to cause a delay in my program, sleep delays for a full seconds or
more, how do i sleep for 1/60 or multiple of 1/60 of a seconds?
thanks
-- hcir
mailto:[EMAIL PROTECTED]