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 will take a decimal. David Seay http://www.mastercall.com/g-s/
- [MacPerl] sleep g3pb
- Re: [MacPerl] sleep Scott R. Godin
- Greenblatt & Seay