in reply to Re: Re: WWW:Mechanize (input not in form) problem
in thread WWW:Mechanize (input not in form) problem

Adding to merlyn's reply, try running the complete page through an HTML validator, which should be able to tell you where the exact error is at.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated

  • Comment on Re: Re: Re: WWW:Mechanize (input not in form) problem

Replies are listed 'Best First'.
Re: Re: Re: Re: WWW:Mechanize (input not in form) problem
by petdance (Parson) on Jun 29, 2003 at 04:35 UTC
    As far as an HTML validator, take a look at HTML::Lint, also written by the same briiiiiiiilliant programmer who did WWW::Mechanize.

    xoxo,
    Andy