http://qs1969.pair.com?node_id=791541


in reply to Re^2: What means this Unfamiliar WWW::Mech error message, please?
in thread What means this Unfamiliar WWW::Mech error message, please?

see LWP::Debug
$ua->add_handler("request_send", sub { shift->dump; return }); $ua->add_handler("response_done", sub { shift->dump; return });