TOKO <[EMAIL PROTECTED]> asked:
> hi. I'm new at perl and am looking for solution of let script
> sleep for few miliseconds. I tried sleep(0.1); but it does
> not work :) as I thought. than I found this solution: select
> undef, undef, undef, .01; but it freezes sc
TOKO wrote:
hi. I'm new at perl and am looking for solution of let script sleep for
few miliseconds. I tried sleep(0.1); but it does not work :) as I
thought. than I found this solution: select undef, undef, undef, .01;
but it freezes script and it does not continue.
Thanks for any
TOKO wrote:
hi. I'm new at perl and am looking for solution of let script sleep for
few miliseconds. I tried sleep(0.1); but it does not work :) as I
thought.
Easist way IMO is to use Time::HiRes:
use Time::HiRes qw(sleep);
sleep(0.1);
> than I found this solution: sele
hi. I'm new at perl and am looking for solution of let script sleep for
few miliseconds. I tried sleep(0.1); but it does not work :) as I
thought. than I found this solution: select undef, undef, undef, .01;
but it freezes script and it does not continue.
Thanks for any ideas. TOKO
Hi -
> -Original Message-
> From: andres finlandes [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 20, 2003 10:39 PM
> To: [EMAIL PROTECTED]
> Subject: miliseconds
>
> Hello.
>
>Does anybody know how to manage miliseconds in Perl?.
>
> Tha
Could you explain what are you trying to do, please ?
José.
> -Original Message-
> From: andres finlandes [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 21, 2003 9:39 AM
> To: [EMAIL PROTECTED]
> Subject: miliseconds
>
>
>
>
> Hello.
>
>
Hello.
Does anybody know how to manage miliseconds in Perl?.
Thanks in advance.
Miguel.
_
MSN Fotos: la forma más fácil de compartir e imprimir fotos.
http://photos.msn.es/support/worldwide.aspx
--
To unsubscribe, e-mail