in reply to What means this Unfamiliar WWW::Mech error message, please?

Hey, turn on debugging and make sure you have the latest LWP/WWW::Mechanize :)
$hesco{ice}++

Replies are listed 'Best First'.
Re^2: What means this Unfamiliar WWW::Mech error message, please?
by hesco (Deacon) on Aug 27, 2009 at 04:38 UTC
    Well I bumped my copy of WWW::Mech from 1.50 (I think it was) to 1.60. (Still running 1.58 on my sandbox machine). Reran the tests and got the same error. Before I wrote to SoPW, I had searched the perldoc for both the WWW::Mech and LWP modules for a debug option; but to no avail. Can you clue me in please on how to set such an animal?

    -- Hugh

    if( $lal && $lol ) { $life++; }
    if( $insurance->rationing() ) { $people->die(); }
      see LWP::Debug
      $ua->add_handler("request_send", sub { shift->dump; return }); $ua->add_handler("response_done", sub { shift->dump; return });