I am trying to write a program that uses a timer and works with MacPerl 5.6.1 as well as 5.004. For 5.6.1 I would like to take advantage of microseconds.
When I use the following line in 5.004...
if($] > 5.006) { use Time::HiRes qw(gettimeofday) }
it results in the error message "# Can't locate Time/HiRes.pm in @INC."
Is there a way around that?
Thanks,
David Seay
http://www.mastercall.com/g-s/
