The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.02 - 2020-10-13

  • ENHANCEMENTS
    • Add redirects() as a short to HTTP::Response->redirects (GH#116) (Julien Fiegehenn)
    • click_button( value => $foo) now also works for button tags and image buttons (GH#131) (Spencer Christensen) and (Julien Fiegehenn)
  • DOCUMENTATION
    • Document that click_button() will die when it cannot find a button (GH#136) (Julien Fiegehenn)
    • Document that content() returns undef before a request was made (GH#134) (Julien Fiegehenn)
  • TESTS
    • Add a test for dump_forms() with multiselect (GH#133) (Julien Fiegehenn)
    • Add tests for select multiple (GH#132) (Michael G. Schwern) and (Julien Fiegehenn)
    • Remove use of discouraged vars pragma (James Raspass)
    • Add tests for dump_forms() and field() with empty attributes (GH#125) (Julien Fiegehenn)

Documentation

Recipes for using WWW::Mechanize
Sample programs that use WWW::Mechanize
Frequently Asked Questions about WWW::Mechanize
Dumps information about a web page

Modules

Handy web browsing in a Perl object
Image object for WWW::Mechanize
Link object for WWW::Mechanize