in reply to Re^2: WWW::Mechanize and "Bad <select> tag 'input'"
in thread WWW::Mechanize and "Bad <select> tag 'input'"
What version of HTML::Form are you using, btw? The latest on CPAN has a similar line, but not exactly the same:
warn("Bad <select> tag '$tag' in $base_uri\n") if $verbose;
Is it possible that you're not getting the HTML you think you're getting? Maybe an auth system getting in the way or some other trickery?
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: WWW::Mechanize and "Bad <select> tag 'input'"
by talexb (Chancellor) on Mar 19, 2008 at 19:13 UTC | |
by Anonymous Monk on Mar 20, 2008 at 08:47 UTC | |
|
Re^4: WWW::Mechanize and "Bad <select> tag 'input'"
by talexb (Chancellor) on Mar 19, 2008 at 19:26 UTC |