in reply to DIfference between LWP and WWW::Mechanize
$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 | |
by Anonymous Monk on Apr 10, 2009 at 14:40 UTC |