[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: awstats from sarge



On Tue, Aug 10, 2004 at 13:47:36 +0200, Ionel Mugurel Ciobica wrote:
> bucovina:# /var/www/cgi-bin/awstats.pl
> Bizarre copy of ARRAY in aassign at /var/www/cgi-bin/awstats.pl line 115.
> Exit 255

> Line 115 is criptic to me:
> 
> my @OnlyFiles = my @SkipDNSLookupFor = my @SkipFiles = my @SkipHosts = ();

This is similar to http://bugs.debian.org/247265 . The warning can be
avoided by replacing this line by
	my @OnlyFiles = ();
	my @SkipDNSLookupFor = ();
	my @SkipFiles ();
	my my @SkipHosts = ();

Ray
-- 
Pinky, Are You Pondering What I'm Pondering?
I think so Brain, but who wants to see Snow White and the Seven Samuri? 
	Pinky and the Brain in "Big in Japan"



Reply to: