Time::Gettimeofday - Perl extension for providing a precise time
use Time::Gettimeofday; my $preciseTime = timeofday ();
Provides a precise time in seconds (real), using the libc gettimeofday function. The exact precision depends on your system. Known to work nicely on linux and Windows NT and XP.
Alexandre Bustico bustico@cena.fr Christophe Mertz mertz@intuilab.com expanded to work on Windows XP: Philippe Truillet truillet@irit.fr
perl(1).