- From: Clemens Weiß <listen@webplain.de>
- Date: Sun, 15 Jun 2003 01:10:45 +0200
- To: "Liste W3C Validator" <www-validator@w3.org>
Hi again.
> [Fri Jun 13 19:17:45 2003] check: main::iana_charset_blurb() called
> too early to check prototype at
> /usr/local/src/validator/httpd/cgi-bin/check line 348.
> [Fri Jun 13 19:17:49 2003] check: Use of uninitialized value in
string
> eq at /usr/local/src/validator/httpd/cgi-bin/check line 1431,
<_GEN_2>
> line 1.
> [Fri Jun 13 19:17:49 2003] check: Use of uninitialized value in
> pattern match (m//) at /usr/local/src/validator/httpd/cgi-bin/check
> line 589.
The problem is solved. Somewhere I read an installation tutorial and
deleted the line "delete $ENV{PATH};" as recommended. This of course
caused the uninitialized values. You can get rid of the first warning
by setting the function iana_charset_blurb() on top of the
check-script to keep the error log a bit smaller.
Greetings,
Clemens Weiß
--
www.webplain.de
ICQ: 92404126
Received on Saturday, 14 June 2003 19:10:46 UTC