in reply to Re: Perl Mechanize - Can't call method value
in thread Perl Mechanize - Can't call method value

I even replaced with form_name() but still getting same error.
  • Comment on Re^2: Perl Mechanize - Can't call method value

Replies are listed 'Best First'.
Re^3: Perl Mechanize - Can't call method value
by Corion (Patriarch) on Mar 26, 2011 at 19:09 UTC

    If there is no (first) form on the page, why do you expect to find one by its name?

    See WWW::Mechanize->dump_forms and ->content to inspect the current page and to find what is there and what is not.