in reply to CGI "uninitialized value" question
1721c1643 < if (exists $ENV{QUERY_STRING} && length($ENV{QUERY_STRING})>0 +) { --- > if (length($ENV{QUERY_STRING})>0) { [download]