Hi,
FYI
I've added a little code to add a "milliseconds" report to the log file.
You need to download and install the Time-HiRes-01.20.tar.gz package which
can be downloaded from CPAN.
Then, a small adjustment to LogFILE.pm,
(at the beginning of the module)
use Time::HiRes qw( usleep ualarm g
Hello Anton -
On Thu, 12 Oct 2000, Anton Sparrius wrote:
> Hi,
>
> When logging Radiator timestamps each log entry as :
>
> Thu Oct 12 19:01:42 2000:
>
> I need to get this to show more accuracy than just seconds.
>
> The code is in LogFILE.pm which says :
>
> my $ctime = localtime(time);
>