--- Craig Moynes/Markham/IBM <[EMAIL PROTECTED]> wrote: > Is there anyway to sleep for less than a second using the default > installation of perl ? Yes, though it isn't pretty. =o) select(undef, undef, undef, 0.25); # the last arg is seconds c.f. perldoc -f select __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
- Sleeping for less than a second Craig Moynes/Markham/IBM
- Re: Sleeping for less than a second Jeff Pinyan
- Re: Sleeping for less than a second Walt Mankowski
- [OT} Re: Sleeping for less than a se... Jeff Pinyan
- Re: Sleeping for less than a second Walt Mankowski
- Paul