--- 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/

Reply via email to