Subject: | The word "value" appears if you supply value => undef to an input of type "text" |
If you do something like:
$div->push_element(HTML::Element->new('input', type => 'text', value =>
$blah);
where $blah is undef, the word "value" appears in the input.