RE: how to sleep 100 miliseconds?

2005-12-06 Thread Thomas Bätzler
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

Re: how to sleep 100 miliseconds?

2005-12-06 Thread Elie De Brauwer
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

Re: how to sleep 100 miliseconds?

2005-12-06 Thread Bob Showalter
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

how to sleep 100 miliseconds?

2005-12-06 Thread TOKO
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

RE: miliseconds

2003-02-21 Thread Beau E. Cox
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

RE: miliseconds

2003-02-21 Thread NYIMI Jose (BMB)
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. > >

miliseconds

2003-02-21 Thread andres finlandes
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