in reply to Re: Failure of find_all_inputs and find_all_images in WWW::Mechanize
in thread Failure of find_all_inputs and find_all_images in WWW::Mechanize

or at least
use WWW::Mechanize  1.24;

These methods were added in this version.

  • Comment on Re^2: Failure of find_all_inputs and find_all_images in WWW::Mechanize
  • Download Code

Replies are listed 'Best First'.
Re^3: Failure of find_all_inputs and find_all_images in WWW::Mechanize
by pat_mc (Pilgrim) on Aug 18, 2008 at 10:12 UTC
    Pheeew ... that was easy. Thanks for the help, Anonymous Monk and hexcoder. The observed problem was indeed due to an older version of the module being installed on my machine. Updating the module to 1.30 under Linux fixed the problem.

    In my Windows package manager for Active Perl, however, the latest version for the Mechanize module is quoted as 0.72.
    Can anyone please advise how this version number relates to that of the module version for Linux? In case there semantics is identical ... can anybody elucidate why there are no more recent versions available for Active Perl?

    Thanks again for your help, everybody out there!

    Regards -

    Pat