in reply to DIfference between LWP and WWW::Mechanize

You can see for yourself if you add debugging
$ua->add_handler("request_send", sub { shift->dump; return }); $ua->add_handler("response_done", sub { shift->dump; return });

Replies are listed 'Best First'.
Re^2: DIfference between LWP and WWW::Mechanize
by targetsmart (Curate) on Apr 10, 2009 at 13:58 UTC
    Can't locate object method "add_handler" via package "LWP::UserAgent"

    Vivek
    -- In accordance with the prarabdha of each, the One whose function it is to ordain makes each to act. What will not happen will never happen, whatever effort one may put forth. And what will happen will not fail to happen, however much one may seek to prevent it. This is certain. The part of wisdom therefore is to stay quiet.
      And?
      libwww-perl-5.825 > LWP::Debug
      perldoc LWP::Debug