in reply to WWW::Mechanize click_button method not found

Run the one-liner: perl -MWWW::Mechanize -e 'print $WWW::Mechanize::VERSION."\n"' to check your WWW::Mech version. It runs fine using my 1.20. Perhaps your version is too old to include this method? Try using one of the submit() or click() methods instead, if this method really doesn't exist.

Replies are listed 'Best First'.
Re^2: WWW::Mechanize click_button method not found
by cormanaz (Deacon) on Nov 13, 2006 at 17:49 UTC
    Indeed I had an outdated version of Mechanize installed. Many thanks!