# See COPYING.TXT file about AWStats GNU General Public License.
#-------------------------------------------------------
use strict; no strict "refs";
-use diagnostics;
+#use diagnostics;
#-------------------------------------------------------
my $NbOfLinesForBenchmark=5000;
my $NewReferer="-"; #$NewReferer="http://www.referersite.com/refererpage.html";
my $NewUserAgent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)";
+my $nowtime = my $nowweekofmonth = my $nowdaymod = my $nowsmallyear = 0;
+my $nowsec = my $nowmin = my $nowhour = my $nowday = my $nowmonth = my $nowyear = my $nowwday = 0;
# ---------- Init hash arrays --------
my %ParamFile=();
my %linerecord=();
# See COPYING.TXT file about AWStats GNU General Public License.
#-------------------------------------------------------
use strict; no strict "refs";
-use diagnostics;
+#use diagnostics;
#use Thread;
my $DNSLookup=0;
my $DirCgi="";
my $DirData="";
+my $DNSLookupAlreadyDone=0;
my $QueuePoolSize=10;
my $NbOfLinesForBenchmark=5000;
-my $DNSLookupAlreadyDone=0;
+my $nowtime = my $nowweekofmonth = my $nowdaymod = my $nowsmallyear = 0;
+my $nowsec = my $nowmin = my $nowhour = my $nowday = my $nowmonth = my $nowyear = my $nowwday = 0;
# ---------- Init arrays --------
my @SkipDNSLookupFor=();
# ---------- Init hash arrays --------