- From: Terje Bless <link@abyss.w3.org>
- Date: Tue, 19 Nov 2002 06:51:41 -0500
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory rux.w3.org:/temp/tmp/cvs-serv20182
Modified Files:
check
Log Message:
Resurrect CGI.pm undef()-but-exists workaround.
Given ";param" or ";param=", CGI.pm will set $q->param('param') to a
boolean false value (undef() and '', respectively). By looping over
all params and setting them to TRUE if they are not allready -- skipping
params with the string value '0' to enable ";debug=0" -- we can later
just test for a param's boolean value instead of mucking with defined().
Received on Tuesday, 19 November 2002 06:51:41 UTC