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

Add
use WWW::Mechanize 1.34;
  • Comment on Re: Failure of find_all_inputs and find_all_images in WWW::Mechanize
  • Download Code

Replies are listed 'Best First'.
Re^2: Failure of find_all_inputs and find_all_images in WWW::Mechanize
by hexcoder (Curate) on Aug 18, 2008 at 08:52 UTC
    or at least
    use WWW::Mechanize  1.24;

    These methods were added in this version.

      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