Re: hwo to get time in milliseconds
On Fri, Dec 26, 2008 at 04:30, perl pra wrote: > hi All, > > I need to get current time in milliseconds. > > Any pointers would be highly appreciated > > thanks, > siva > The gettimeofday function from the Time::HiRes module* will give you the number of ms since the epoch (1970-01-01 00:00:00):
hwo to get time in milliseconds
hi All, I need to get current time in milliseconds. Any pointers would be highly appreciated thanks, siva