($param,$value) = split('=',$_,2); next unless defined $param; # skip - no error ! next if $NO_UNDEF_PARAMS and not defined $value;