This is in reference to a previous post regarding interval timers
getting off track in the Event module.
PCs are terrible time keepers. It seems that under heavy load, the
clock can continually loose time. On my laptop, I run an NTP client
every 5 minutes to compensate for this. Doing so then c
> "Jerry" == Jerry D Hedden <[EMAIL PROTECTED]> writes:
Jerry> It might be useful to know the time at the start of today. You
Jerry> can find it with:
Jerry> use Time::Local;
Jerry> my $TodaySeconds = int timelocal(0,0,0,(localtime)[3,4,5]);
Jerry> However, it's quicker