Subject: | HTML::Form option need to deal with badly formed HTML |
HTML::Form parsing routine rightly errors when a SELECT element is being parsed and the next tag is not "/select", m,/?optgroup, or "/option";
Some web authors omit "/select". I am using WWW::Mechanize and I have to deal with this badly formed HTML. It would be nice if there was an option that would call last if any other end tag is encountered.