in reply to
LWP/WWW::Mechanize debug
Go to
LWP::Debug
and read the page, then add a handler
Comment on
Re: LWP/WWW::Mechanize debug
Replies are listed 'Best First'.
Re^2: LWP/WWW::Mechanize debug
by
Anonymous Monk
on Mar 14, 2013 at 04:48 UTC
$soap->transport->add_handler("request_send", \&pp_dump );
[reply]
In Section
Seekers of Perl Wisdom