ActiveState Powered by ActiveState

ActiveState Community


How to find and get time in milliseconds using perl

Posted by ksenthiil2k2 on 2007-11-29 09:08

How to find and get time in milliseconds using perl. Can any one help me out with the answer.

thanks senthil

gangabass | Thu, 2007-11-29 23:36

use Time::HiRes;

-->