On 12 Jul 2002 12:16:39 -0000, [EMAIL PROTECTED] (Felix
Geerinckx) wrote:

>on Thu, 11 Jul 2002 11:26:05 GMT, Octavian Rasnita wrote:
>
>> I want to calculate how much time a Perl script runs.
>> Can you tell me how to calculate using fractions of a second?

>Use the Time::HiRes module. See
>
>       <http://search.cpan.org/search?dist=Time-HiRes>


The select function works too.
select(undef,undef,undef,.05);

gives a 5 millisecond delay

perldoc -f select




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to